Show / Hide Table of Contents

Class QuoteLineSentryQueryInfo

Inheritance
object
SentryQueryInfo
SentryQueryInfo<QuoteLineTableInfo>
QuoteLineSentryQueryInfo
Implements
IEnumerable<TableInfo>
IEnumerable
Inherited Members
SentryQueryInfo<QuoteLineTableInfo>.AnalyzeQuery(PrivateSelect)
SentryQueryInfo<QuoteLineTableInfo>.CanCoverTable(TableInfo)
SentryQueryInfo<QuoteLineTableInfo>.UpdateRelatedTableInfo<T>(PrivateSelect, ref T)
SentryQueryInfo<QuoteLineTableInfo>.ReplaceRelatedTableInstance(TableInfo, TableInfo, TableInfo[])
SentryQueryInfo<QuoteLineTableInfo>.GetEnumerator()
SentryQueryInfo<QuoteLineTableInfo>.ParentFields
SentryQueryInfo<QuoteLineTableInfo>.MainTable
SentryQueryInfo<QuoteLineTableInfo>.HasVisibleFor
SentryQueryInfo<QuoteLineTableInfo>.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 QuoteLineSentryQueryInfo : SentryQueryInfo<QuoteLineTableInfo>, IEnumerable<TableInfo>, IEnumerable

Constructors

QuoteLineSentryQueryInfo(QuoteLineTableInfo)

Declaration
public QuoteLineSentryQueryInfo(QuoteLineTableInfo quoteLineTableInfo)
Parameters
Type Name Description
QuoteLineTableInfo quoteLineTableInfo

QuoteLineSentryQueryInfo(QuoteLineTableInfo, QuoteTableInfo, QuoteVersionTableInfo, QuoteAlternativeTableInfo, SaleTableInfo)

Declaration
public QuoteLineSentryQueryInfo(QuoteLineTableInfo quoteLineTableInfo, QuoteTableInfo quoteTableInfo, QuoteVersionTableInfo quoteVersionTableInfo, QuoteAlternativeTableInfo quoteAlternativeTableInfo, SaleTableInfo saleTableInfo)
Parameters
Type Name Description
QuoteLineTableInfo quoteLineTableInfo
QuoteTableInfo quoteTableInfo
QuoteVersionTableInfo quoteVersionTableInfo
QuoteAlternativeTableInfo quoteAlternativeTableInfo
SaleTableInfo saleTableInfo

Properties

QuoteAlternativeTableInfo

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

QuoteTableInfo

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

QuoteVersionTableInfo

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

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<QuoteLineTableInfo>.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<QuoteLineTableInfo>.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<QuoteLineTableInfo>.GetUntypedMembers()

UpdateTypedMembers(PrivateSelect)

Method called by the base class to force the implementation to update typed instances of TableInfo.

Declaration
protected override void UpdateTypedMembers(PrivateSelect sql)
Parameters
Type Name Description
PrivateSelect sql

Query to use when updating the TableInfos.

Overrides
SentryQueryInfo<QuoteLineTableInfo>.UpdateTypedMembers(PrivateSelect)
Remarks

Implementations should use UpdateRelatedTableInfo<T>(PrivateSelect, ref T) when updating the TableInfo.

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