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