Show / Hide Table of Contents

Class UInt16FieldInfo

Field information class for UInt16-typed fields

Inheritance
object
QueryElement
Argument
FieldInfo
TypedFieldInfoBase<short>
UInt16FieldInfo
Implements
ICloneable
IEquatable<FieldInfo>
Inherited Members
TypedFieldInfoBase<short>.Equal(short)
TypedFieldInfoBase<short>.UnEqual(short)
TypedFieldInfoBase<short>.LessThan(short)
TypedFieldInfoBase<short>.LessThanOrEqual(short)
TypedFieldInfoBase<short>.GreaterThan(short)
TypedFieldInfoBase<short>.GreaterThanOrEqual(short)
TypedFieldInfoBase<short>.Like(short)
TypedFieldInfoBase<short>.NotLike(short)
TypedFieldInfoBase<short>.Between(short, short)
TypedFieldInfoBase<short>.NotBetween(short, short)
TypedFieldInfoBase<short>.In(params short[])
TypedFieldInfoBase<short>.In(IEnumerable<short>)
TypedFieldInfoBase<short>.NotIn(params short[])
TypedFieldInfoBase<short>.NotIn(IEnumerable<short>)
TypedFieldInfoBase<short>.HasAny(params short[])
TypedFieldInfoBase<short>.HasAny(IEnumerable<short>)
TypedFieldInfoBase<short>.HasAll(params short[])
TypedFieldInfoBase<short>.HasAll(IEnumerable<short>)
TypedFieldInfoBase<short>.MissingAny(params short[])
TypedFieldInfoBase<short>.MissingAny(IEnumerable<short>)
TypedFieldInfoBase<short>.MissingAll(params short[])
TypedFieldInfoBase<short>.MissingAll(IEnumerable<short>)
FieldInfo.ToString()
FieldInfo.IsSameField(FieldInfo)
FieldInfo.Equals(object)
FieldInfo.GetHashCode()
FieldInfo.GetMainField()
FieldInfo.Parent
FieldInfo.Name
FieldInfo.DbName
FieldInfo.Definition
FieldInfo.IsPrimaryKey
FieldInfo.Size
FieldInfo.HasNoDefinition
Argument.Equal(Argument)
Argument.UnEqual(Argument)
Argument.LessThan(Argument)
Argument.LessThanOrEqual(Argument)
Argument.GreaterThan(Argument)
Argument.GreaterThanOrEqual(Argument)
Argument.Like(Argument)
Argument.Like(string)
Argument.NotLike(Argument)
Argument.NotBetween(Argument, Argument)
Argument.Between(Argument, Argument)
Argument.In(params Argument[])
Argument.HasAny(params Argument[])
Argument.HasAll(params Argument[])
Argument.MissingAny(params Argument[])
Argument.MissingAll(params Argument[])
Argument.IsNull()
Argument.IsNotNull()
Argument.NotIn(params Argument[])
Argument.HasFlag(Argument)
Argument.HasNoFlag(Argument)
Argument.ToArgumentArray<T>(T[])
Argument.ToArgumentArray<T>(T[], bool)
Argument.Alias
Argument.DataType
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: SuperOffice.Data.SQL
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
Type Name Description
TableInfo parent
FieldDataType dataType
string name

Properties

this[ISoDataRecord]

Field information class for UInt16-typed fields

Declaration
public ushort this[ISoDataRecord record] { get; }
Parameters
Type Name Description
ISoDataRecord record
Property Value
Type Description
ushort

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
FieldInfo.Clone()

Equal(bool)

Field information class for UInt16-typed fields

Declaration
public Equal Equal(bool argument)
Parameters
Type Name Description
bool argument
Returns
Type Description
Equal

Equal(int)

Field information class for UInt16-typed fields

Declaration
public Equal Equal(int argument)
Parameters
Type Name Description
int argument
Returns
Type Description
Equal

GetValue(ISoDataRecord)

Field information class for UInt16-typed fields

Declaration
public ushort GetValue(ISoDataRecord record)
Parameters
Type Name Description
ISoDataRecord record
Returns
Type Description
ushort

IsFalse()

Field information class for UInt16-typed fields

Declaration
public Equal IsFalse()
Returns
Type Description
Equal

IsTrue()

Field information class for UInt16-typed fields

Declaration
public Equal IsTrue()
Returns
Type Description
Equal

Implements

ICloneable
IEquatable<T>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top