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