Class FormattedFieldLocal
Local representation of a formatted field
Inheritance
FormattedFieldLocal
Assembly: SoCore.dll
public class FormattedFieldLocal : IFormattedField
Constructors
Declaration
public FormattedFieldLocal(string name, PropertyInfo valueProperty, object instance, string tooltip, string label, int valueLength, FormattedFieldFlags flags, string countryPrefix, AddressType addressType)
Parameters
Properties
Declaration
public AddressType AddressType { get; }
Property Value
Declaration
public FormattedFieldFlags Flags { get; }
Property Value
Declaration
public string Label { get; }
Property Value
Declaration
public string Name { get; }
Property Value
Declaration
public string Tooltip { get; }
Property Value
Declaration
public string Value { get; set; }
Property Value
Declaration
public int ValueLength { get; }
Property Value
Methods
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)