Show / Hide Table of Contents

Class TextDomain

Represents text data to be collected by a Question.

Inheritance
Object
NotificationObject
ResponseDomain
TextDomain
Implements
INotifyPropertyChanged
Inherited Members
ResponseDomain.MissingValues
ResponseDomain.BlankIsMissingValue
ResponseDomain.ClassificationLevel
ResponseDomain.Label
ResponseDomain.Description
ResponseDomain.AttachedToCodes
ResponseDomain.AttachedToValues
ResponseDomain.RepresentationType
ResponseDomain.OutParameter
ResponseDomain.GridAttachments
ResponseDomain.GenericOutputFormat
ResponseDomain.RecommendedDataType
ResponseDomain.MeasurementUnit
ResponseDomain.GetChildren()
ResponseDomain.ReplaceChild(IdentifierTriple, IVersionable)
ResponseDomain.RemoveChild(IdentifierTriple)
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.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class TextDomain : ResponseDomain, INotifyPropertyChanged

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

MinLength

The minimum allowable response length. Use 0 to indicate no limit.

Declaration
public int? MinLength { get; set; }
Property Value
Type Description
Nullable<Int32>

Regex

A regular expression that representing the allowable response.

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

Methods

ToString()

Gets a string representation of the object.

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Implements

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