Class ChangeRecordDefinition
Represents a change or a set of changes done to a single entity.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ChangeRecordDefinition : ChangeRecord, IValidator, IExtensibleDataObject
Constructors
ChangeRecordDefinition()
Initializes an empty instance.
Declaration
public ChangeRecordDefinition()
ChangeRecordDefinition(ChangeRecord)
Initializes new instance from provided record.
Declaration
public ChangeRecordDefinition(ChangeRecord record)
Parameters
Type | Name | Description |
---|---|---|
ChangeRecord | record | Record to be initialized from. |
Properties
Fields
Gets collection of the updated fields.
Declaration
public Collection<ChangeField> Fields { get; }
Property Value
Type | Description |
---|---|
Collection<ChangeField> |