ICustomEntityValidationConfigurationManager GetActiveRulesFor Method
[This is preliminary documentation and is subject to change.]
Retrieves resolved rules for a specific entity key and companies
Namespace: Netadmin.Management.EntityValidation Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIDictionary <long , IResolvedValidationRuleset > GetActiveRulesFor (
Guid entityKey ,
IEnumerable <long > companyIds
)Function GetActiveRulesFor (
entityKey As Guid ,
companyIds As IEnumerable (Of Long )
) As IDictionary (Of Long , IResolvedValidationRuleset )Parameters entityKey Type: System Guid The guid key for the entity companyIds Type: System.Collections.Generic IEnumerable Int64 The company ids for which to retrieve rules Return Value Type:
IDictionary Int64 ,
IResolvedValidationRuleset [Missing <returns> documentation for "M:Netadmin.Management.EntityValidation.ICustomEntityValidationConfigurationManager.GetActiveRulesFor(System.Guid,System.Collections.Generic.IEnumerable{System.Int64})"]
See Also