Interface IFormattedField
FormattedField interface
Namespace: SuperOfficeCRMGlobalization
Assembly: SoCore.dll
Syntax
public interface IFormattedField
Properties
AddressType
Declaration
AddressType AddressType { get; }
Property Value
| Type | Description |
|---|---|
| AddressType |
Flags
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 |