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