Click or drag to resize
AddressManagerExtensions Class

[This is preliminary documentation and is subject to change.]

Additional convenience methods for IAddressManager
Inheritance Hierarchy
SystemObject
  Netadmin.Management.AddressAddressManagerExtensions

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static class AddressManagerExtensions
Methods
  NameDescription
Public methodStatic memberIReadOnlyDictionaryTKey, TValue, T: Int64CheckServiceProviderAccess(IAddressManager, IEnumerableInt64, Int64)
Used to check if a service provider has access to specific addresses according to the address group rules. If there are no rules at all for the provider, it has access to all addresses.
Public methodStatic memberIReadOnlyDictionaryTKey, TValue, T: Int64CheckServiceProviderAccess(IAddressManager, Int64, IEnumerableInt64)
Used to check which service providers has access to a specific address according to the address group rules. If there are no rules at all for the provider, it has access to all addresses.
Public methodStatic memberBooleanCheckServiceProviderAccess(IAddressManager, Int64, Int64)
Used to check if a service provider has access to a specific address according to the address group rules. If there are no rules at all for the provider, it has access to all addresses.
Top
See Also