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