Class TicketRelationTypeFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum TicketRelationType in the database
Inheritance
TicketRelationTypeFieldInfo
Assembly: SoDataBase.dll
Syntax
public sealed class TicketRelationTypeFieldInfo : TypedFieldInfoBase<TicketRelationType>, ICloneable, IEquatable<FieldInfo>
Constructors
TicketRelationTypeFieldInfo(TableInfo, FieldDataType, string)
Declaration
public TicketRelationTypeFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Properties
this[ISoDataRecord]
Declaration
public TicketRelationType this[ISoDataRecord record] { get; }
Parameters
Property Value
Methods
Clone()
Memberwise Clone of this object
Declaration
public override object Clone()
Returns
| Type |
Description |
| object |
Copy of the fieldinfo that points to the same parent table.
|
Overrides
GetValue(ISoDataRecord)
Declaration
public TicketRelationType GetValue(ISoDataRecord record)
Parameters
Returns
Implements
Extension Methods