Show / Hide Table of Contents

Class RelationsSentryQueryInfo

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

Constructors

RelationsSentryQueryInfo(RelationsTableInfo)

Declaration
public RelationsSentryQueryInfo(RelationsTableInfo relationsTableInfo)
Parameters
Type Name Description
RelationsTableInfo relationsTableInfo

Methods

GetOwnerTableCandidates()

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

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<RelationsTableInfo>.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<RelationsTableInfo>.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