Search Results for

    Show / Hide Table of Contents

    Class FieldValue

    Inheritance
    System.Object
    FieldValue
    DateTimeFieldValue
    IntFieldValue
    MultiplePicklistFieldValue
    MultipleStringFieldValue
    SinglePicklistFieldValue
    SingleStringFieldValue
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public abstract class FieldValue

    Constructors

    FieldValue()

    Declaration
    public FieldValue()

    FieldValue(String)

    Declaration
    public FieldValue(string name)
    Parameters
    Type Name Description
    System.String name

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ValueType

    Declaration
    public abstract FieldValueType ValueType { get; set; }
    Property Value
    Type Description
    FieldValueType

    Methods

    Add(FieldValue)

    Declaration
    public abstract bool Add(FieldValue rhs)
    Parameters
    Type Name Description
    FieldValue rhs
    Returns
    Type Description
    System.Boolean

    Add(String)

    Declaration
    public abstract bool Add(string s)
    Parameters
    Type Name Description
    System.String s
    Returns
    Type Description
    System.Boolean

    Clear()

    Declaration
    public abstract void Clear()

    Duplicate()

    Declaration
    public abstract FieldValue Duplicate()
    Returns
    Type Description
    FieldValue

    GetValueString()

    Declaration
    public abstract string GetValueString()
    Returns
    Type Description
    System.String

    Merge(FieldValue)

    Declaration
    public abstract bool Merge(FieldValue rhs)
    Parameters
    Type Name Description
    FieldValue rhs
    Returns
    Type Description
    System.Boolean

    Parse(String)

    Declaration
    public abstract void Parse(string s)
    Parameters
    Type Name Description
    System.String s

    Substract(FieldValue)

    Declaration
    public abstract bool Substract(FieldValue rhs)
    Parameters
    Type Name Description
    FieldValue rhs
    Returns
    Type Description
    System.Boolean

    On this page

    • Constructors
      • FieldValue()
      • FieldValue(String)
    • Properties
      • Name
      • ValueType
    • Methods
      • Add(FieldValue)
      • Add(String)
      • Clear()
      • Duplicate()
      • GetValueString()
      • Merge(FieldValue)
      • Parse(String)
      • Substract(FieldValue)
    Back to top Generated by DocFX