Class DummyField
Assembly: SoCore.dll
Syntax
public sealed class DummyField : Object, IFormattedField
Constructors
DummyField()
Declaration
Properties
AddressType
Declaration
public AddressType AddressType { get; }
Property Value
Flags
Declaration
public FormattedFieldFlags Flags { get; }
Property Value
Label
Declaration
public string Label { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Declaration
public string Tooltip { get; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
ValueLength
Declaration
public int ValueLength { get; }
Property Value
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)