Class CustomIfElseBranchActivity
Represents a conditional branch inside a data collection instrument.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public sealed class CustomIfElseBranchActivity : NotificationObject
Constructors
CustomIfElseBranchActivity()
Initializes a new instance of the CustomIfElseBranchActivity class.
Declaration
public CustomIfElseBranchActivity()
Properties
ChildSequence
Gets or sets the child sequence.
Declaration
public CustomSequenceActivity ChildSequence { get; set; }
Property Value
Type | Description |
---|---|
CustomSequenceActivity |
Condition
Gets or sets the condition when this branch that specifies when should be executed.
Declaration
public Condition Condition { get; set; }
Property Value
Type | Description |
---|---|
Condition |
DisplayLabel
Gets the display label.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
The display label returns text to be displayed in a user interface or in generated documentation.
Header
Gets the header, used for displaying the item in a tree view. This is the same as DisplayLabel.
Declaration
public string Header { get; }
Property Value
Type | Description |
---|---|
System.String |
ItemReference
Gets or sets the item identifier.
Declaration
public IdentifierTriple ItemReference { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |
ItemType
Gets the universally unique identifier representing the item's type.
Declaration
public Guid ItemType { get; }
Property Value
Type | Description |
---|---|
Guid | The identifier representing the item's type. |