Class DashTileTypeFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum DashTileType in the database
Inheritance
DashTileTypeFieldInfo
Assembly: SoDataBase.dll
Syntax
public sealed class DashTileTypeFieldInfo : TypedFieldInfoBase<DashTileType>, ICloneable, IEquatable<FieldInfo>
Constructors
DashTileTypeFieldInfo(TableInfo, FieldDataType, string)
Declaration
public DashTileTypeFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Properties
this[ISoDataRecord]
Declaration
public DashTileType 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 DashTileType GetValue(ISoDataRecord record)
Parameters
Returns
Implements
Extension Methods