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, Int32, FormattedFieldFlags, String, AddressType)

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

Declaration
public AddressType AddressType { get; }
Property Value
Type Description
AddressType

Flags

Declaration
public FormattedFieldFlags Flags { get; }
Property Value
Type Description
FormattedFieldFlags

Label

Declaration
public string Label { get; }
Property Value
Type Description
String

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

Tooltip

Declaration
public string Tooltip { get; }
Property Value
Type Description
String

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
String

ValueLength

Declaration
public int ValueLength { get; }
Property Value
Type Description
Int32

Methods

ToString()

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