Class TicketCategoryClosingStatusFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum TicketCategoryClosingStatus in the database
Inheritance
TicketCategoryClosingStatusFieldInfo
Inherited Members
TypedFieldInfoBase<TicketCategoryClosingStatus>.MissingAny(IEnumerable<TicketCategoryClosingStatus>)
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class TicketCategoryClosingStatusFieldInfo : TypedFieldInfoBase<TicketCategoryClosingStatus>, ICloneable, IEquatable<FieldInfo>
Constructors
TicketCategoryClosingStatusFieldInfo(TableInfo, FieldDataType, String)
Declaration
public TicketCategoryClosingStatusFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | parent | |
FieldDataType | dataType | |
String | name |
Properties
Item[ISoDataRecord]
Declaration
public TicketCategoryClosingStatus this[ISoDataRecord record] { get; }
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Property Value
Type | Description |
---|---|
TicketCategoryClosingStatus |
Methods
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object |
Overrides
GetValue(ISoDataRecord)
Declaration
public TicketCategoryClosingStatus GetValue(ISoDataRecord record)
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Returns
Type | Description |
---|---|
TicketCategoryClosingStatus |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)