Search Results for

    Show / Hide Table of Contents

    Class SystemFields

    Encapsulates the system fields of a translation unit.

    Inheritance
    System.Object
    SystemFields
    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 class SystemFields

    Constructors

    SystemFields()

    Initializes a new instance with default values.

    Declaration
    public SystemFields()

    SystemFields(SystemFields)

    Initializes a new instance of the SystemFields class from another instance.

    Declaration
    public SystemFields(SystemFields other)
    Parameters
    Type Name Description
    SystemFields other

    The other instance.

    Properties

    ChangeDate

    Gets or sets the date the object was last changed.

    Declaration
    public DateTime ChangeDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    ChangeDisplayUsername

    Populated by bcm converter, used by tu lookup, not meant to be persisted

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

    ChangeUser

    Gets or sets the username that last changed the object.

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

    CreationDate

    Gets or sets the date the object was created.

    Declaration
    public DateTime CreationDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    CreationDisplayUsername

    Populated by bcm converter, used by tu lookup, not meant to be persisted

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

    CreationUser

    Gets or sets the username that created the object.

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

    UseCount

    Gets or sets the number of times the object was used since creation.

    Declaration
    public int UseCount { get; set; }
    Property Value
    Type Description
    System.Int32

    UseDate

    Gets or sets the date the object was last used.

    Declaration
    public DateTime UseDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    UseDisplayUsername

    Populated by bcm converter, used by tu lookup, not meant to be persisted

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

    UseUser

    Gets or sets the username that last used the object.

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

    On this page

    • Constructors
      • SystemFields()
      • SystemFields(SystemFields)
    • Properties
      • ChangeDate
      • ChangeDisplayUsername
      • ChangeUser
      • CreationDate
      • CreationDisplayUsername
      • CreationUser
      • UseCount
      • UseDate
      • UseDisplayUsername
      • UseUser
    Back to top Generated by DocFX