Show / Hide Table of Contents

Class ProcessingEvent

Describes a step in the data processing pipeline.

Inheritance
System.Object
NotificationObject
IdentifiableBase
VersionableBase
DescribableBase
ProcessingEvent
Inherited Members
DescribableBase.ItemName
DescribableBase.Label
DescribableBase.Description
VersionableBase.Accept(IVersionableVisitor)
VersionableBase.IsDirty
VersionableBase.IsPublished
VersionableBase.ChildrenDereferenced
VersionableBase.IsPopulated
VersionableBase.Version
VersionableBase.VersionDate
VersionableBase.VersionResponsibility
VersionableBase.VersionRationale
VersionableBase.CompositeId
VersionableBase.CustomFields
VersionableBase.UserAttributes
VersionableBase.OtherMaterials
VersionableBase.BasedOn
VersionableBase.Attachments
VersionableBase.ManagedCollections
VersionableBase.ManageCollection(INotifyCollectionChanged, String)
VersionableBase.RemoveChild(IVersionable, IList[])
VersionableBase.RemoveChild(IdentifierTriple, IList[])
VersionableBase.ReplaceChild(IdentifierTriple, IVersionable)
VersionableBase.RemoveChild(IdentifierTriple)
VersionableBase.AddChild(IVersionable)
VersionableBase.ChildTypesAccepted
Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
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
DescribableBase.DisplayLabel

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
VersionableBase.ItemType

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
VersionableBase.GetChildren()

ToString()

Returns a that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

Overrides
VersionableBase.ToString()

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica