Show / Hide Table of Contents

Class QuestionInInstrumentCondition

Represents information about a conditional branch of an instrument.

Inheritance
System.Object
NotificationObject
QuestionInInstrumentCondition
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionInInstrumentCondition : NotificationObject

Properties

Condition

Gets the text of the condition.

Declaration
public string Condition { get; set; }
Property Value
Type Description
System.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
System.Int32

Level

Gets the nesting level of the condition.

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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica