Class AssociateSentryQueryInfo
Inheritance
AssociateSentryQueryInfo
Assembly: SoDataBase.dll
Syntax
public class AssociateSentryQueryInfo : SentryQueryInfo<AssociateTableInfo>, IEnumerable<TableInfo>, IEnumerable
Constructors
AssociateSentryQueryInfo(AssociateTableInfo)
Declaration
public AssociateSentryQueryInfo(AssociateTableInfo associateTableInfo)
Parameters
Properties
CredentialsTableInfo
Declaration
public CredentialsTableInfo CredentialsTableInfo { get; }
Property Value
LicenseAssocLinkTableInfo
Declaration
public LicenseAssocLinkTableInfo LicenseAssocLinkTableInfo { get; }
Property Value
UserGroupLinkTableInfo
Declaration
public UserGroupLinkTableInfo UserGroupLinkTableInfo { get; }
Property Value
UserRoleLinkTableInfo
Declaration
public UserRoleLinkTableInfo UserRoleLinkTableInfo { 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
Implements
Extension Methods