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