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
    Nullable<DateTime>

    ChangeUser

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

    CreationDate

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

    CreationUser

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

    UseCount

    Declaration
    public int? UseCount { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    UseDate

    Declaration
    public DateTime? UseDate { get; set; }
    Property Value
    Type Description
    Nullable<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