Interface IFieldAudit
Inherited Members
Namespace: Estrelica.Archer.Content
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IFieldAudit : IHistoryAudit
Properties
FieldHistory
A collection of field changes that occurred during this event
Declaration
IEnumerable<IFieldHistory> FieldHistory { get; }
Property Value
IEnumerable<IFieldHistory> |