Show / Hide Table of Contents

Class CustomObjectSentryQueryInfo

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

Constructors

CustomObjectSentryQueryInfo(TableInfo)

Declaration
public CustomObjectSentryQueryInfo(TableInfo tableInfo)
Parameters
Type Name Description
TableInfo tableInfo

Methods

GetOwnerTableCandidates()

Declaration
protected override TableInfo[] GetOwnerTableCandidates()
Returns
Type Description
TableInfo[]
Overrides
SentryQueryInfo<TableInfo>.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<TableInfo>.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