Search Results for

    Show / Hide Table of Contents

    Class EntryTransaction

    Terminology provider entry transaction

    Inheritance
    object
    EntryTransaction
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class EntryTransaction

    Constructors

    EntryTransaction()

    Declaration
    public EntryTransaction()

    Properties

    Date

    Date when the transaction was taking place

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

    Name

    Name of the user who performed the transaction

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

    Type

    transaction type (creation/modification)

    Declaration
    public TransactionType Type { get; set; }
    Property Value
    Type Description
    TransactionType
    In this article
    • Constructors
      • EntryTransaction()
    • Properties
      • Date
      • Name
      • Type
    Back to top Generated by DocFX