Search Results for

    Show / Hide Table of Contents

    Class FieldIdentifier

    Inheritance
    System.Object
    FieldIdentifier
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class FieldIdentifier

    Constructors

    FieldIdentifier()

    Declaration
    public FieldIdentifier()

    FieldIdentifier(FieldValueType, String)

    Declaration
    public FieldIdentifier(FieldValueType fieldValueType, string fieldName)
    Parameters
    Type Name Description
    FieldValueType fieldValueType
    System.String fieldName

    Properties

    FieldName

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

    FieldValueType

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    On this page

    • Constructors
      • FieldIdentifier()
      • FieldIdentifier(FieldValueType, String)
    • Properties
      • FieldName
      • FieldValueType
    • Methods
      • Equals(Object)
      • GetHashCode()
    Back to top Generated by DocFX