Show / Hide Table of Contents

Class TextDomain

Represents text data to be collected by a Question.

Inheritance
System.Object
NotificationObject
ResponseDomain
TextDomain
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[])
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
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

Extension Methods

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