Interface IFieldHistory
Namespace: Estrelica.Archer.Content
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IFieldHistory
Properties
DekId
Field
The IArcherField affected by the audited change
Declaration
IArcherField Field { get; }
Property Value
IArcherField |
FieldId
The Id of the field affected by the audited change
Declaration
int FieldId { get; }
Property Value
int |
NewValue
OriginalValue
The value in the field prior to the change
Declaration
string OriginalValue { get; }
Property Value
string |