Class ManagedTextRepresentation
Managed Representation for date time
Inheritance
System.Object
ManagedTextRepresentation
Inherited Members
Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ManagedTextRepresentation : ManagedRepresentationBase, IVersionable, IIdentifiable, IVisitable, IHasCustomFields, IDescribable
Properties
ClassificationLevel
Gets or sets the classification level.
Declaration
public CategoryRelation ClassificationLevel { get; set; }
Property Value
Type | Description |
---|---|
CategoryRelation |
GenericOutputFormat
This field provides a recommended generic treatment of the data for display by an application.
Declaration
public CodeValue GenericOutputFormat { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |
ItemType
Gets the universally unique identifier representing the item's type.
Declaration
public override Guid ItemType { get; }
Property Value
Type | Description |
---|---|
Guid | The identifier representing the item's type. |
Overrides
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> |
RecommendedDataType
This field provides the recommended treatment of the data within an application.
Declaration
public CodeValue RecommendedDataType { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |
Regex
A regular expression that representing the allowable response.
Declaration
public string Regex { get; set; }
Property Value
Type | Description |
---|---|
System.String |