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