Click or drag to resize
IAddressManager Interface

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

Manager for retrieving addresses

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IAddressManager : IManager<IAddress>, 
	ICruddableBatch<IAddress>, ICreateableBatch<IAddress>, IDetailsableBatch<IAddress>, 
	IUpdateableBatch<IAddress>, IDeletableBatch<IAddress>, ICreateableBatch_v2<IAddress>, 
	IFilterable<IAddress, IAddressFilter>

The IAddressManager type exposes the following members.

Methods
  NameDescription
Public method void AddCustomer(Int64, Int64)
Adds an installation address for a customer
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64CheckServiceProviderAccess(IEnumerableInt64, IEnumerableInt64)
Used to check which service providers 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 methodIReadOnlyDictionaryTKey, TValue, T: GuidCreate(IReadOnlyDictionaryGuid, T)
Creates multiple entities in one operation
(Inherited from ICreateableBatch_v2T.)
Public methodIEnumerableTCreate(IEnumerableT)
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.)
Public method void Delete(IEnumerableInt64)
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(IEnumerableInt64)
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.)
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetAddressesByCustomerIds(IEnumerableInt64)
Retrieves addresses on given customers
Public methodIEnumerableT, T: StringGetAddressIdentitiesStartingWith(String)
Retrieves all address identities starting with addressIdentity
Public methodIEnumerableT, T: StringGetBuildingNamesStartingWith(String)
Retrieves all building names starting with buildingName
Public methodIEnumerableT, T: StringGetNationalreferencesStartingWith(String)
Retrieves all national references starting with nationalReference
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetPopulationsStartingWith(String)
Public method void RemoveCustomer(Int64, Int64)
Removes an installation address for a customer
Public method void Update(IEnumerableT)
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.)
Top
Extension Methods
  NameDescription
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64CheckServiceProviderAccess(Int64, IEnumerableInt64)Overloaded.
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.
(Defined by AddressManagerExtensions.)
Public Extension MethodBooleanCheckServiceProviderAccess(Int64, Int64)Overloaded.
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.
(Defined by AddressManagerExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64CheckServiceProviderAccess(IEnumerableInt64, Int64)Overloaded.
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.
(Defined by AddressManagerExtensions.)
Public Extension MethodIAddressCreateIAddress(IAddress) (Defined by CreateableBatchExtensions.)
Public Extension Method void DeleteIAddress(Int64) (Defined by DeletableBatchExtensions.)
Public Extension MethodIAddressDetailsAllIAddress(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllIAddress(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIAddressDetailsAnyIAddress(Int64) (Defined by DetailsableBatchExtensions.)
Public Extension Method void UpdateIAddress(IAddress) (Defined by UpdateableBatchExtensions.)
Top
See Also