Class FormTypeFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum FormType in the database
Inheritance
FormTypeFieldInfo
Assembly: SoDataBase.dll
public sealed class FormTypeFieldInfo : TypedFieldInfoBase<FormType>, ICloneable, IEquatable<FieldInfo>
Constructors
Declaration
public FormTypeFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Properties
Declaration
public FormType this[ISoDataRecord record] { get; }
Parameters
Property Value
Methods
Declaration
public override object Clone()
Returns
Overrides
Declaration
public FormType GetValue(ISoDataRecord record)
Parameters
Returns
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)