Search Results for

    Show / Hide Table of Contents

    Class SystemFieldsParameters

    Inheritance
    object
    SystemFieldsParameters
    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
    public class SystemFieldsParameters

    Constructors

    SystemFieldsParameters()

    Declaration
    public SystemFieldsParameters()

    Properties

    ChangeDate

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

    ChangeUser

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

    CreationDate

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

    CreationUser

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

    UseCount

    Declaration
    public int? UseCount { get; set; }
    Property Value
    Type Description
    int?

    UseDate

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

    UseUser

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