Skip to main content

Class FieldInfoShortText

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for FieldInfoShortText. Short text string custom database field.

Inheritance

objectFieldInfoBaseFieldInfoShortText

Inherited Members

FieldInfoBase.FieldType_String, FieldInfoBase.FieldType, FieldInfoBase.FieldName, FieldInfoBase.DisplayName, FieldInfoBase.Description, FieldInfoBase.ShortLabel, FieldInfoBase.HideLabel, FieldInfoBase.HideField, FieldInfoBase.IsIndexed, FieldInfoBase.IsMandatory, FieldInfoBase.IsReadOnly, FieldInfoBase.IsExternal, FieldInfoBase.IsDisplayField, FieldInfoBase.Rank, FieldInfoBase.TemplateVariableName, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

FieldInfoShortText()

Default constructor - defaults any enum props to 0.

Properties

DefaultValue

Default string value

Property Value

string

FormatMask

Formatting mask, can be whatever the controls understand (currently nothing :-))

Property Value

string

IsHtml

Do not escape HTML in field when displaying contents.

Property Value

bool

TextLength

Length (in characters) of a text field, 0 for other types

Property Value

short

See Also

UserDefinedFieldInfoAgent