Class CustomWhileActivity
Represents a loop that executes while some condition is true in a data collection instrument.
Inheritance
System.Object
CustomWhileActivity
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 CustomWhileActivity : CompositeWithSingleChildActivityBase, IVersionable, IHasCustomFields, IDescribable, IBindable, IIdentifiable, IVisitable
Constructors
CustomWhileActivity()
Initializes a new instance of the CustomWhileActivity class.
Declaration
public CustomWhileActivity()
Properties
Condition
Gets or sets the condition. While the condition is true, the loop will continue to execute.
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. |