Show / Hide Table of Contents

Class FieldInfoListText

Text string with a list of item choices - custom database field.

Carrier object for FieldInfoListText. Services for the FieldInfoListText Carrier is available from the UserDefinedFieldInfo Agent.
Inheritance
object
FieldInfoBase
FieldInfoListText
Inherited Members
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.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class FieldInfoListText : FieldInfoBase

Constructors

FieldInfoListText()

Default constructor

Declaration
public FieldInfoListText()
See Also
IUserDefinedFieldInfoAgent

Properties

Choices

List of items to choose from.

Declaration
[DataMember]
public virtual string[] Choices { get; set; }
Property Value
Type Description
string[]
See Also
IUserDefinedFieldInfoAgent

DefaultValue

Default string value

Declaration
[DataMember]
public virtual string DefaultValue { get; set; }
Property Value
Type Description
string
See Also
IUserDefinedFieldInfoAgent

TextLength

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

Declaration
[DataMember]
public virtual short TextLength { get; set; }
Property Value
Type Description
short
See Also
IUserDefinedFieldInfoAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
FieldInfoBase.ToString()
See Also
IUserDefinedFieldInfoAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public override string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

Overrides
FieldInfoBase.ToString(string)
See Also
IUserDefinedFieldInfoAgent

See Also

IUserDefinedFieldInfoAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top