Class SaleSentryQueryInfo
Inheritance
SaleSentryQueryInfo
Assembly: SoDataBase.dll
Syntax
public class SaleSentryQueryInfo : SentryQueryInfo<SaleTableInfo>, IEnumerable<TableInfo>, IEnumerable
Constructors
SaleSentryQueryInfo(SaleTableInfo, QuoteTableInfo)
Declaration
public SaleSentryQueryInfo(SaleTableInfo saleTableInfo, QuoteTableInfo quoteTableInfo)
Parameters
SaleSentryQueryInfo(SaleTableInfo, SaleStakeholderTableInfo)
Declaration
public SaleSentryQueryInfo(SaleTableInfo saleTableInfo, SaleStakeholderTableInfo salestakeholderTableInfo)
Parameters
SaleSentryQueryInfo(SaleTableInfo, SaleStakeholderTableInfo, QuoteTableInfo)
Declaration
public SaleSentryQueryInfo(SaleTableInfo saleTableInfo, SaleStakeholderTableInfo saleStakeholderTableInfo, QuoteTableInfo quoteTableInfo)
Parameters
Properties
QuoteTableInfo
Declaration
public QuoteTableInfo QuoteTableInfo { get; }
Property Value
StakeholderTableInfo
Declaration
public SaleStakeholderTableInfo StakeholderTableInfo { get; }
Property Value
Methods
GetOwnerTableCandidates()
Declaration
protected override TableInfo[] GetOwnerTableCandidates()
Returns
Overrides
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
Overrides
GetUntypedMembers()
Declaration
protected override TableInfo[] GetUntypedMembers()
Returns
Overrides
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
Overrides
Implements
Extension Methods