Class CustomUntilActivity
Represents a loop that executes until some condition is true in a data collection instrument.
Inheritance
System.Object
CustomUntilActivity
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 CustomUntilActivity : CompositeWithSingleChildActivityBase, IVersionable, IHasCustomFields, IDescribable, IBindable, IIdentifiable, 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 |
---|---|
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. |