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