Show / Hide Table of Contents

Class AssociateSentryQueryInfo

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

Constructors

AssociateSentryQueryInfo(AssociateTableInfo)

Declaration
public AssociateSentryQueryInfo(AssociateTableInfo associateTableInfo)
Parameters
Type Name Description
AssociateTableInfo associateTableInfo

Properties

CredentialsTableInfo

Declaration
public CredentialsTableInfo CredentialsTableInfo { get; }
Property Value
Type Description
CredentialsTableInfo

LicenseAssocLinkTableInfo

Declaration
public LicenseAssocLinkTableInfo LicenseAssocLinkTableInfo { get; }
Property Value
Type Description
LicenseAssocLinkTableInfo

UserGroupLinkTableInfo

Declaration
public UserGroupLinkTableInfo UserGroupLinkTableInfo { get; }
Property Value
Type Description
UserGroupLinkTableInfo

UserRoleLinkTableInfo

Declaration
public UserRoleLinkTableInfo UserRoleLinkTableInfo { get; }
Property Value
Type Description
UserRoleLinkTableInfo

Methods

GetOwnerTableCandidates()

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