Class TextDomain
Represents text data to be collected by a Question.
Inherited Members
      Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
    
    
    
    
    
    
  Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class TextDomain : ResponseDomain
  Constructors
TextDomain()
Initializes a new instance of the TextDomain class.
Declaration
public TextDomain()
  Properties
MaxLength
The maximum allowable response length. Use 0 to indicate no limit.
Declaration
public int ? MaxLength { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
MinLength
The minimum allowable response length. Use 0 to indicate no limit.
Declaration
public int ? MinLength { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
Regex
A regular expression that representing the allowable response.
Declaration
public string Regex { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
ToString()
Gets a string representation of the object.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String |