Show / Hide Table of Contents

Class ShipmentLinkRedirectKindFieldInfo

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

Inheritance
object
QueryElement
Argument
FieldInfo
TypedFieldInfoBase<ShipmentLinkRedirectKind>
ShipmentLinkRedirectKindFieldInfo
Implements
ICloneable
IEquatable<FieldInfo>
Inherited Members
TypedFieldInfoBase<ShipmentLinkRedirectKind>.Equal(ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.UnEqual(ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.LessThan(ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.LessThanOrEqual(ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.GreaterThan(ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.GreaterThanOrEqual(ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.Like(ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.NotLike(ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.Between(ShipmentLinkRedirectKind, ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.NotBetween(ShipmentLinkRedirectKind, ShipmentLinkRedirectKind)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.In(params ShipmentLinkRedirectKind[])
TypedFieldInfoBase<ShipmentLinkRedirectKind>.In(IEnumerable<ShipmentLinkRedirectKind>)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.NotIn(params ShipmentLinkRedirectKind[])
TypedFieldInfoBase<ShipmentLinkRedirectKind>.NotIn(IEnumerable<ShipmentLinkRedirectKind>)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.HasAny(params ShipmentLinkRedirectKind[])
TypedFieldInfoBase<ShipmentLinkRedirectKind>.HasAny(IEnumerable<ShipmentLinkRedirectKind>)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.HasAll(params ShipmentLinkRedirectKind[])
TypedFieldInfoBase<ShipmentLinkRedirectKind>.HasAll(IEnumerable<ShipmentLinkRedirectKind>)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.MissingAny(params ShipmentLinkRedirectKind[])
TypedFieldInfoBase<ShipmentLinkRedirectKind>.MissingAny(IEnumerable<ShipmentLinkRedirectKind>)
TypedFieldInfoBase<ShipmentLinkRedirectKind>.MissingAll(params ShipmentLinkRedirectKind[])
TypedFieldInfoBase<ShipmentLinkRedirectKind>.MissingAll(IEnumerable<ShipmentLinkRedirectKind>)
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 ShipmentLinkRedirectKindFieldInfo : TypedFieldInfoBase<ShipmentLinkRedirectKind>, ICloneable, IEquatable<FieldInfo>

Constructors

ShipmentLinkRedirectKindFieldInfo(TableInfo, FieldDataType, string)

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

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

Properties

this[ISoDataRecord]

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

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

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()

GetValue(ISoDataRecord)

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

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

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