IAddressGroupManager Methods |
[This is preliminary documentation and is subject to change.]
The IAddressGroupManager type exposes the following members.
Returns | Name | Description | |
---|---|---|---|
![]() | void | AddProvider(Int64, Int64) |
Add a provider who should have access to addresses within the group
|
![]() | void | AddRules(IEnumerable<IAddressGroupRule>) |
Add rules for which addresses should be included in the group
|
![]() | IEnumerable<T> | Create(IEnumerable<T>) |
Creates multiple entities in one operation
(Inherited from ICreateableBatch<T>.) |
![]() | void | Delete(IEnumerable<Int64>) |
Deletes multiple entities in one operation
(Inherited from IDeletableBatch<T>.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAny(IEnumerable<Int64>) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatch<T>.) |
![]() | IPagination<T> | Filter(TFilterDtoInterface, PaginationRequest<TDToInterface>) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterable<TDToInterface, TFilterDtoInterface>.) |
![]() | IEnumerable<T> | GetAll() |
Retrieves every entity
(Inherited from IGetAllable<T>.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: String | GetAnyByNames(IEnumerable<String>) |
Attempts to get enties by their names
(Inherited from IUniqeueNames<T>.) |
![]() | IEnumerable<T>, T: IAddressGroup | GetConfiguredAccessible(Int64) |
Get configured accessible groups for a provider
|
![]() | IEnumerable<T>, T: String | GetDuplicateNames(IEnumerable<KeyValuePair<Int64, String>>) |
Checks for duplicates for ids and names
(Inherited from IUniqeueNames<T>.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | GetGroupsForAddresses(IEnumerable<Int64>) |
Get all address groups which contains an address, per address
|
![]() | IEnumerable<T>, T: Int64 | GetProviders(Int64) |
Get all providers configured to have access to addresses within the group
|
![]() | IEnumerable<T>, T: IAddressGroupRule | GetRules(IEnumerable<Int64>) |
Get all rules
|
![]() | IReadOnlyDictionary<TKey, TValue>, T: String | GetTop100(Expression<Func<T, String>>, String, IEnumerable<Int64>, Nullable<Int64>) |
Retrieves the first 100 matches of the search string. For each string, a maximum of 100 ids are returned. Please see the interface for the manager for documentation on supported properties and additional information
(Inherited from ITop100ForCompanyAndProvider<T>.) |
![]() | void | RemoveProvider(Int64, Int64) |
Remove a provider who has access to addresses within the group
|
![]() | void | RemoveRules(IEnumerable<Int64>) |
Remove rules determining which addresses should be included in the group
|
![]() | void | Synchronize(Int64) |
Synchronize group consistency based on the rules
|
![]() | void | Update(IEnumerable<T>) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatch<T>.) |
Returns | Name | Description | |
---|---|---|---|
![]() | IAddressGroup | Create<IAddressGroup>(IAddressGroup) | (Defined by CreateableBatchExtensions.) |
![]() | void | Delete<IAddressGroup>(Int64) | (Defined by DeletableBatchExtensions.) |
![]() | IAddressGroup | DetailsAll<IAddressGroup>(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAll<IAddressGroup>(IEnumerable<Int64>) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IAddressGroup | DetailsAny<IAddressGroup>(Int64) | IDetailsableBatch< T>
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: String | GetAnyByNames<IAddressGroup>(String) | (Defined by UniqueNamesExtensions.) |
![]() | void | Update<IAddressGroup>(IAddressGroup) | (Defined by UpdateableBatchExtensions.) |