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