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

Level

Gets the nesting level of the condition.

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

Implements

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