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