Show / Hide Table of Contents

Class ShipmentAddrStatusFieldInfo

Strongly typed FieldInfo derivative, for fields that represent the enum ShipmentAddrStatus in the database

Inheritance
Object
QueryElement
Argument
FieldInfo
TypedFieldInfoBase<ShipmentAddrStatus>
ShipmentAddrStatusFieldInfo
Implements
ICloneable
IEquatable<FieldInfo>
Inherited Members
TypedFieldInfoBase<ShipmentAddrStatus>.Equal(ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.UnEqual(ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.LessThan(ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.LessThanOrEqual(ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.GreaterThan(ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.GreaterThanOrEqual(ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.Like(ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.NotLike(ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.Between(ShipmentAddrStatus, ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.NotBetween(ShipmentAddrStatus, ShipmentAddrStatus)
TypedFieldInfoBase<ShipmentAddrStatus>.In(ShipmentAddrStatus[])
TypedFieldInfoBase<ShipmentAddrStatus>.In(IEnumerable<ShipmentAddrStatus>)
TypedFieldInfoBase<ShipmentAddrStatus>.NotIn(ShipmentAddrStatus[])
TypedFieldInfoBase<ShipmentAddrStatus>.NotIn(IEnumerable<ShipmentAddrStatus>)
TypedFieldInfoBase<ShipmentAddrStatus>.HasAny(ShipmentAddrStatus[])
TypedFieldInfoBase<ShipmentAddrStatus>.HasAny(IEnumerable<ShipmentAddrStatus>)
TypedFieldInfoBase<ShipmentAddrStatus>.HasAll(ShipmentAddrStatus[])
TypedFieldInfoBase<ShipmentAddrStatus>.HasAll(IEnumerable<ShipmentAddrStatus>)
TypedFieldInfoBase<ShipmentAddrStatus>.MissingAny(ShipmentAddrStatus[])
TypedFieldInfoBase<ShipmentAddrStatus>.MissingAny(IEnumerable<ShipmentAddrStatus>)
TypedFieldInfoBase<ShipmentAddrStatus>.MissingAll(ShipmentAddrStatus[])
TypedFieldInfoBase<ShipmentAddrStatus>.MissingAll(IEnumerable<ShipmentAddrStatus>)
FieldInfo._parent
FieldInfo._name
FieldInfo.ToString()
FieldInfo.IsSameField(FieldInfo)
FieldInfo.Equals(Object)
FieldInfo.GetHashCode()
FieldInfo.GetMainField()
FieldInfo.IEquatable<FieldInfo>.Equals(FieldInfo)
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(Argument[])
Argument.HasAny(Argument[])
Argument.HasAll(Argument[])
Argument.MissingAny(Argument[])
Argument.MissingAll(Argument[])
Argument.IsNull()
Argument.IsNotNull()
Argument.NotIn(Argument[])
Argument.ToArgumentArray<T>(T[])
Argument.ToArgumentArray<T>(T[], Boolean)
Argument.GetSubElements()
Argument.Alias
Argument.DataType
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class ShipmentAddrStatusFieldInfo : TypedFieldInfoBase<ShipmentAddrStatus>, ICloneable, IEquatable<FieldInfo>

Constructors

ShipmentAddrStatusFieldInfo(TableInfo, FieldDataType, String)

Declaration
public ShipmentAddrStatusFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Type Name Description
TableInfo parent
FieldDataType dataType
String name

Properties

Item[ISoDataRecord]

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

Methods

Clone()

Declaration
public override object Clone()
Returns
Type Description
Object
Overrides
FieldInfo.Clone()

GetValue(ISoDataRecord)

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

Implements

System.ICloneable
System.IEquatable<T>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
SoDuplicateChecker.CheckIfFieldHasValue(FieldInfo, Object, Int32[])
SoDuplicateChecker.TryGetPrimaryKey(FieldInfo, Object, out Int32, Int32[])
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top