Show / Hide Table of Contents

Interface IFormattedField

FormattedField interface

Namespace: SuperOffice.CRM.Globalization
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
Int32

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