Show / Hide Table of Contents

Class CustomIfElseBranchActivity

Represents a conditional branch inside a data collection instrument.

Inheritance
object
NotificationObject
CustomIfElseBranchActivity
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public sealed class CustomIfElseBranchActivity : NotificationObject, INotifyPropertyChanged

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

Methods

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX