Show / Hide Table of Contents

Class QuestionInInstrumentCondition

Represents information about a conditional branch of an instrument.

Inheritance
object
NotificationObject
QuestionInInstrumentCondition
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperties()
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(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.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionInInstrumentCondition : NotificationObject, INotifyPropertyChanged

Properties

Condition

Gets the text of the condition.

Declaration
public string Condition { get; set; }
Property Value
Type Description
string

ConditionType

Gets the type of condition, used to display an appropriate image in documentation.

Declaration
public Guid ConditionType { get; set; }
Property Value
Type Description
Guid

IndentLevel

Gets the level of indentation that should be used to display the nested condition.

Declaration
public int IndentLevel { get; }
Property Value
Type Description
int

Level

Gets the nesting level of the condition.

Declaration
public int Level { get; set; }
Property Value
Type Description
int

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX