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)
ResponseDomain.WatchProperties()
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(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
int?

MinLength

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

Declaration
public int? MinLength { get; set; }
Property Value
Type Description
int?

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

INotifyPropertyChanged
In this article
Back to top Generated by DocFX