Interface IFormattedField
FormattedField interface
Namespace: SuperOffice.CRM.Globalization
Assembly: SoCore.dll
Syntax
public interface IFormattedField
Properties
AddressType
FormattedField interface
Declaration
AddressType AddressType { get; }
Property Value
Type | Description |
---|---|
AddressType |
Flags
FormattedField interface
Declaration
FormattedFieldFlags Flags { get; }
Property Value
Type | Description |
---|---|
FormattedFieldFlags |
Label
The label of the field
Declaration
string Label { get; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the value field
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Tooltip
The tooltip
Declaration
string Tooltip { get; }
Property Value
Type | Description |
---|---|
string |
Value
The field's value
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueLength
Database length of the value
Declaration
int ValueLength { get; }
Property Value
Type | Description |
---|---|
int |