Show / Hide Table of Contents

Class DummyField

Inheritance
object
DummyField
Implements
IFormattedField
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.Globalization
Assembly: SoCore.dll
Syntax
public sealed class DummyField : IFormattedField

Constructors

DummyField()

Declaration
public DummyField()

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
int

Implements

IFormattedField

Extension Methods

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