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