Class DurationUnitFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum DurationUnit in the database
Inheritance
DurationUnitFieldInfo
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class DurationUnitFieldInfo : TypedFieldInfoBase<DurationUnit>, ICloneable, IEquatable<FieldInfo>
Constructors
DurationUnitFieldInfo(TableInfo, FieldDataType, String)
Strongly typed FieldInfo derivative, for fields that represent the enum DurationUnit in the database
Declaration
public DurationUnitFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | parent | |
FieldDataType | dataType | |
String | name |
Properties
Item[ISoDataRecord]
Strongly typed FieldInfo derivative, for fields that represent the enum DurationUnit in the database
Declaration
public DurationUnit this[ISoDataRecord record] { get; }
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Property Value
Type | Description |
---|---|
DurationUnit |
Methods
Clone()
Strongly typed FieldInfo derivative, for fields that represent the enum DurationUnit in the database
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object |
Overrides
GetValue(ISoDataRecord)
Strongly typed FieldInfo derivative, for fields that represent the enum DurationUnit in the database
Declaration
public DurationUnit GetValue(ISoDataRecord record)
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Returns
Type | Description |
---|---|
DurationUnit |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)