Class UInt16FieldInfo
Field information class for UInt16-typed fields
Inheritance
UInt16FieldInfo
Assembly: SoDataBase.dll
Syntax
public sealed class UInt16FieldInfo : TypedFieldInfoBase<short>, ICloneable, IEquatable<FieldInfo>
Constructors
UInt16FieldInfo(TableInfo, FieldDataType, string)
Field information class for UInt16-typed fields
Declaration
public UInt16FieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Properties
this[ISoDataRecord]
Field information class for UInt16-typed fields
Declaration
public ushort this[ISoDataRecord record] { get; }
Parameters
Property Value
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
Equal(bool)
Field information class for UInt16-typed fields
Declaration
public Equal Equal(bool argument)
Parameters
Type |
Name |
Description |
bool |
argument |
|
Returns
Equal(int)
Field information class for UInt16-typed fields
Declaration
public Equal Equal(int argument)
Parameters
Type |
Name |
Description |
int |
argument |
|
Returns
GetValue(ISoDataRecord)
Field information class for UInt16-typed fields
Declaration
public ushort GetValue(ISoDataRecord record)
Parameters
Returns
IsFalse()
Field information class for UInt16-typed fields
Declaration
Returns
IsTrue()
Field information class for UInt16-typed fields
Declaration
Returns
Implements
Extension Methods