Show / Hide Table of Contents

Class FormattedFieldLocal

Local representation of a formatted field

Inheritance
object
FormattedFieldLocal
Implements
IFormattedField
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
Overrides
object.ToString()

Implements

IFormattedField

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top