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
    Back to top Generated by DocFX