Search Results for

    Show / Hide Table of Contents

    Class SystemFields

    Encapsulates the system fields of a translation unit.

    Inheritance
    object
    SystemFields
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    [DataContract]
    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
    [DataMember]
    public DateTime ChangeDate { get; set; }
    Property Value
    Type Description
    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
    string

    ChangeUser

    Gets or sets the username that last changed the object.

    Declaration
    [DataMember]
    public string ChangeUser { get; set; }
    Property Value
    Type Description
    string

    CreationDate

    Gets or sets the date the object was created.

    Declaration
    [DataMember]
    public DateTime CreationDate { get; set; }
    Property Value
    Type Description
    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
    string

    CreationUser

    Gets or sets the username that created the object.

    Declaration
    [DataMember]
    public string CreationUser { get; set; }
    Property Value
    Type Description
    string

    UseCount

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

    Declaration
    [DataMember]
    public int UseCount { get; set; }
    Property Value
    Type Description
    int

    UseDate

    Gets or sets the date the object was last used.

    Declaration
    [DataMember]
    public DateTime UseDate { get; set; }
    Property Value
    Type Description
    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
    string

    UseUser

    Gets or sets the username that last used the object.

    Declaration
    [DataMember]
    public string UseUser { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • SystemFields()
      • SystemFields(SystemFields)
    • Properties
      • ChangeDate
      • ChangeDisplayUsername
      • ChangeUser
      • CreationDate
      • CreationDisplayUsername
      • CreationUser
      • UseCount
      • UseDate
      • UseDisplayUsername
      • UseUser
    Back to top Generated by DocFX