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()
Terminology provider entry transaction
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 |