Class CustomUntilActivity
Represents a loop that executes until some condition is true in a data collection instrument.
Inheritance
CustomUntilActivity
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CustomUntilActivity : CompositeWithSingleChildActivityBase, INotifyPropertyChanged, IVersionable, IDescribable, IBindable, IIdentifiable, IHasCustomFields, IVisitable
Constructors
CustomUntilActivity()
Initializes a new instance of the CustomUntilActivity class.
Declaration
public CustomUntilActivity()
Properties
Condition
Gets or sets the condition. Until this condition is true, the loop will continue executing.
Declaration
public Condition Condition { get; set; }
Property Value
Type | Description |
---|---|
Condition | The condition. |
Header
Gets the header, used for displaying the item in a tree view. This is the same as DisplayLabel.
Declaration
public override string Header { get; }
Property Value
Type | Description |
---|---|
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
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()