Class ProcessingEvent
Describes a step in the data processing pipeline.
Inheritance
System.Object
ProcessingEvent
Inherited Members
Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ProcessingEvent : DescribableBase, IVersionable, IIdentifiable, IVisitable, IHasCustomFields, IDescribable
Constructors
ProcessingEvent()
Initializes a new instance of the ProcessingEvent class.
Declaration
public ProcessingEvent()
Properties
CleaningOperation
Gets or sets the cleaning operation that occurred during this processing event.
Declaration
public Operation CleaningOperation { get; set; }
Property Value
Type | Description |
---|---|
Operation |
ControlOperation
Gets or sets the control operation that occurred during this processing event.
Declaration
public Operation ControlOperation { get; set; }
Property Value
Type | Description |
---|---|
Operation |
DisplayLabel
Gets the display label.
Declaration
public override string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ItemType
Gets the universally unique identifier representing the item's type.
Declaration
public override Guid ItemType { get; }
Property Value
Type | Description |
---|---|
Guid | The identifier representing the item's type. |
Overrides
OtherAppraisalProcess
Gets a description of any other form of data appraisal.
Declaration
public MultilingualString OtherAppraisalProcess { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
ResponseRateDescription
Gets a description of the response rate.
Declaration
public MultilingualString ResponseRateDescription { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
SamplingError
Gets a description of the sampling error.
Declaration
public MultilingualString SamplingError { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Weighting
Gets a description of the weighting used in the process.
Declaration
public MultilingualString Weighting { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Methods
GetChildren()
Gets the identifiers of the item's children.
Declaration
public override ChildItemCollection GetChildren()
Returns
Type | Description |
---|---|
ChildItemCollection | The identifiers of the item's children. |
Overrides
ToString()
Returns a
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A |