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