Click or drag to resize
ICustomEntityValidationConfigurationManagerGetActiveRulesFor 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
Syntax
IDictionary<long, IResolvedValidationRuleset> GetActiveRulesFor(
	Guid entityKey,
	IEnumerable<long> companyIds
)

Parameters

entityKey
Type: SystemGuid
The guid key for the entity
companyIds
Type: System.Collections.GenericIEnumerableInt64
The company ids for which to retrieve rules

Return Value

Type: IDictionaryInt64, IResolvedValidationRuleset

[Missing <returns> documentation for "M:Netadmin.Management.EntityValidation.ICustomEntityValidationConfigurationManager.GetActiveRulesFor(System.Guid,System.Collections.Generic.IEnumerable{System.Int64})"]

See Also