Show / Hide Table of Contents

Class EmailFromTypeFieldInfo

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

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

Constructors

EmailFromTypeFieldInfo(TableInfo, FieldDataType, String)

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

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

Properties

Item[ISoDataRecord]

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

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

Methods

Clone()

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

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

GetValue(ISoDataRecord)

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

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

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