Class ShipmentStatusFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum ShipmentStatus in the database
Inheritance
ShipmentStatusFieldInfo
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class ShipmentStatusFieldInfo : TypedFieldInfoBase<ShipmentStatus>, ICloneable, IEquatable<FieldInfo>
Constructors
ShipmentStatusFieldInfo(TableInfo, FieldDataType, string)
Strongly typed FieldInfo derivative, for fields that represent the enum ShipmentStatus in the database
Declaration
public ShipmentStatusFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| TableInfo | parent | |
| FieldDataType | dataType | |
| string | name |
Properties
this[ISoDataRecord]
Strongly typed FieldInfo derivative, for fields that represent the enum ShipmentStatus in the database
Declaration
public ShipmentStatus this[ISoDataRecord record] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| ISoDataRecord | record |
Property Value
| Type | Description |
|---|---|
| ShipmentStatus |
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)
Strongly typed FieldInfo derivative, for fields that represent the enum ShipmentStatus in the database
Declaration
public ShipmentStatus GetValue(ISoDataRecord record)
Parameters
| Type | Name | Description |
|---|---|---|
| ISoDataRecord | record |
Returns
| Type | Description |
|---|---|
| ShipmentStatus |