Class QuestionInInstrumentCondition
Represents information about a conditional branch of an instrument.
Inherited Members
      Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
    
    
    
    
    
    
  Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionInInstrumentCondition : NotificationObjectProperties
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 |