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.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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.

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX