Class DummyField
Inheritance
System.Object
DummyField
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Tooltip
Declaration
public string Tooltip { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValueLength
Declaration
public int ValueLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)