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