Class EntryTransaction
Terminology provider entry transaction
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
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 |