Show / Hide Table of Contents

Class QuoteSentryQueryInfo

Inheritance
object
SentryQueryInfo
SentryQueryInfo<QuoteTableInfo>
QuoteSentryQueryInfo
Implements
IEnumerable<TableInfo>
IEnumerable
Inherited Members
SentryQueryInfo<QuoteTableInfo>._visibleForTableInfo
SentryQueryInfo<QuoteTableInfo>.AnalyzeQuery(PrivateSelect)
SentryQueryInfo<QuoteTableInfo>.CanCoverTable(TableInfo)
SentryQueryInfo<QuoteTableInfo>.UpdateRelatedTableInfo<T>(PrivateSelect, ref T, params TableInfo[])
SentryQueryInfo<QuoteTableInfo>.ReplaceRelatedTableInstance(TableInfo, TableInfo, TableInfo[])
SentryQueryInfo<QuoteTableInfo>.GetEnumerator()
SentryQueryInfo<QuoteTableInfo>.ParentFields
SentryQueryInfo<QuoteTableInfo>.MainTable
SentryQueryInfo<QuoteTableInfo>.HasVisibleFor
SentryQueryInfo<QuoteTableInfo>.VisibleForTableInfo
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
public class QuoteSentryQueryInfo : SentryQueryInfo<QuoteTableInfo>, IEnumerable<TableInfo>, IEnumerable

Constructors

QuoteSentryQueryInfo(QuoteTableInfo)

Declaration
public QuoteSentryQueryInfo(QuoteTableInfo quoteTableInfo)
Parameters
Type Name Description
QuoteTableInfo quoteTableInfo

QuoteSentryQueryInfo(QuoteTableInfo, SaleTableInfo)

Declaration
public QuoteSentryQueryInfo(QuoteTableInfo quoteTableInfo, SaleTableInfo saleTableInfo)
Parameters
Type Name Description
QuoteTableInfo quoteTableInfo
SaleTableInfo saleTableInfo

Properties

SaleTableInfo

Declaration
public SaleTableInfo SaleTableInfo { get; set; }
Property Value
Type Description
SaleTableInfo

Methods

GetOwnerTableCandidates()

Declaration
protected override TableInfo[] GetOwnerTableCandidates()
Returns
Type Description
TableInfo[]
Overrides
SentryQueryInfo<QuoteTableInfo>.GetOwnerTableCandidates()

GetTypedMembers()

Method that can be overridden to return additional typed instances of covered TableInfos. The default implementation returns an empty array.

Declaration
protected override TableInfo[] GetTypedMembers()
Returns
Type Description
TableInfo[]

Array of typed TableInfos covered by the Sentry.

Overrides
SentryQueryInfo<QuoteTableInfo>.GetTypedMembers()

GetUntypedMembers()

Abstract member that needs to be implemented by the base classes to expose TableInfos covered by the sentry that is not exposed by the MainTable or GetTypedMembers().

Declaration
protected override TableInfo[] GetUntypedMembers()
Returns
Type Description
TableInfo[]

Array of untyped TableInfos covered by the Sentry.

Overrides
SentryQueryInfo<QuoteTableInfo>.GetUntypedMembers()

Implements

IEnumerable<T>
IEnumerable

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