AddressManagerExtensions Methods |
[This is preliminary documentation and is subject to change.]
Name | Description | ||
---|---|---|---|
![]() ![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | CheckServiceProviderAccess(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.
|
![]() ![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | CheckServiceProviderAccess(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.
|
![]() ![]() | Boolean | CheckServiceProviderAccess(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.
|