Click or drag to resize
IAddressPropertyManager Interface

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

[Missing <summary> documentation for "T:Netadmin.Management.Address.IAddressPropertyManager"]

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IAddressPropertyManager : IFilterable<IAddressProperty, IAddressPropertyFilter>, 
	IUpdateableBatch<IAddressProperty>, IManager<IAddressProperty>, IDeletableBatch<IAddressProperty>

The IAddressPropertyManager type exposes the following members.

Methods
  NameDescription
Public method void Delete(IEnumerableInt64)
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.)
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: Int64GetUnusedValues
Public method void MergeFieldValues(IEnumerableInt64, Int64)
Public method void Update(IEnumerableT)
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.)
Top
Extension Methods
Implemented by
Netadmin.Management.Address.AddressPropertyManagersIApartmentAddressManager
Netadmin.Management.Address.AddressPropertyManagersIApartmentNumberManager
Netadmin.Management.Address.AddressPropertyManagersIAreaManager
Netadmin.Management.Address.AddressPropertyManagersICityManager
Netadmin.Management.Address.AddressPropertyManagersICountryManager
Netadmin.Management.Address.AddressPropertyManagersIEntranceManager
Netadmin.Management.Address.AddressPropertyManagersIFloorManager
Netadmin.Management.Address.AddressPropertyManagersIMunicipalityManager
Netadmin.Management.Address.AddressPropertyManagersIOwnerManager
Netadmin.Management.Address.AddressPropertyManagersIPopulationManager
Netadmin.Management.Address.AddressPropertyManagersIPostalCodeManager
Netadmin.Management.Address.AddressPropertyManagersIStateManager
Netadmin.Management.Address.AddressPropertyManagersIStreetManager
Netadmin.Management.Address.AddressPropertyManagersIStreetNumberManager
Netadmin.Management.Address.AddressPropertyManagersIStreetSuffixManager
Netadmin.Management.Address.AddressPropertyManagersIStreetTypeManager
See Also