Class FormattedFieldLocal
Local representation of a formatted field
Implements
Inherited Members
Namespace: SuperOffice.CRM.Globalization
Assembly: SoCore.dll
Syntax
public class FormattedFieldLocal : IFormattedField
Constructors
FormattedFieldLocal(string, PropertyInfo, object, string, string, int, FormattedFieldFlags, string, AddressType)
Local representation of a formatted field
Declaration
public FormattedFieldLocal(string name, PropertyInfo valueProperty, object instance, string tooltip, string label, int valueLength, FormattedFieldFlags flags, string countryPrefix, AddressType addressType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| PropertyInfo | valueProperty | |
| object | instance | |
| string | tooltip | |
| string | label | |
| int | valueLength | |
| FormattedFieldFlags | flags | |
| string | countryPrefix | |
| AddressType | addressType |
Properties
AddressType
Local representation of a formatted field
Declaration
public AddressType AddressType { get; }
Property Value
| Type | Description |
|---|---|
| AddressType |
Flags
Local representation of a formatted field
Declaration
public FormattedFieldFlags Flags { get; }
Property Value
| Type | Description |
|---|---|
| FormattedFieldFlags |
Label
Local representation of a formatted field
Declaration
public string Label { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Local representation of a formatted field
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Tooltip
Local representation of a formatted field
Declaration
public string Tooltip { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Local representation of a formatted field
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueLength
Local representation of a formatted field
Declaration
public int ValueLength { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
ToString()
Local representation of a formatted field
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |