Class FormattedFieldLocal
Local representation of a formatted field
Implements
Namespace: SuperOffice.CRM.Globalization
Assembly: SoCore.dll
Syntax
public class FormattedFieldLocal : Object, IFormattedField
Constructors
FormattedFieldLocal(String, PropertyInfo, Object, String, String, Int32, 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 | |
Int32 | 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 |
---|---|
Int32 |
Methods
ToString()
Local representation of a formatted field
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)