Click or drag to resize
ICustomerAuthorityRoleManager Interface

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

Manages customer authority roles

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ICustomerAuthorityRoleManager : IManager<ICustomerAuthorityRole>, 
	ICruddableBatch<ICustomerAuthorityRole>, ICreateableBatch<ICustomerAuthorityRole>, IDetailsableBatch<ICustomerAuthorityRole>, 
	IUpdateableBatch<ICustomerAuthorityRole>, IDeletableBatch<ICustomerAuthorityRole>, IGetAllable<ICustomerAuthorityRole>, 
	IUniqeueNames<ICustomerAuthorityRole>, IFilterable<ICustomerAuthorityRole, ICustomerAuthorityRoleFilter>, 
	IFilterable<ICustomerAuthorityAuthorization, ICustomerAuthorityAuthorizationFilter>

The ICustomerAuthorityRoleManager type exposes the following members.

Methods
  NameDescription
Public method void Authorize(Int64, Int64, Int64)
Create an authorization for the authorized representative to act on behalf of the delegating customer as a specific role. If the specific role already exists it will not be added again
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 methodIEnumerableTGetAll
Retrieves every entity
(Inherited from IGetAllableT.)
Public methodIEnumerableT, T: StringGetAllLabels
Retrieves all existing labels for customer authority roles
Public methodIReadOnlyDictionaryTKey, TValue, T: StringGetAnyByNames(IEnumerableString)
Attempts to get enties by their names
(Inherited from IUniqeueNamesT.)
Public methodIEnumerableT, T: ICustomerAuthorityAuthorizationGetCustomerAuthorizations(Int64)
Retrieves all authorizations involving a customer, either as a Delegating Customer or an Authorized Representative
Public methodIEnumerableT, T: StringGetDuplicateNames(IEnumerableKeyValuePairInt64, String)
Checks for duplicates for ids and names
(Inherited from IUniqeueNamesT.)
Public method void SetLabels(Int64, IEnumerableString)
Sets labels for a specific customer authority role
Public method void Unauthorize(Int64, Int64, NullableInt64)
Removes the an authorization for an authorized representative to act on behalf of the delegating customer for a specific/all role(s). No exception will be thrown if the role did not exist
Public method void Update(IEnumerableT)
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.)
Top
Extension Methods
  NameDescription
Public Extension MethodICustomerAuthorityRoleCreateICustomerAuthorityRole(ICustomerAuthorityRole) (Defined by CreateableBatchExtensions.)
Public Extension Method void DeleteICustomerAuthorityRole(Int64) (Defined by DeletableBatchExtensions.)
Public Extension MethodICustomerAuthorityRoleDetailsAllICustomerAuthorityRole(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllICustomerAuthorityRole(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodICustomerAuthorityRoleDetailsAnyICustomerAuthorityRole(Int64) (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: StringGetAnyByNamesICustomerAuthorityRole(String) (Defined by UniqueNamesExtensions.)
Public Extension Method void UpdateICustomerAuthorityRole(ICustomerAuthorityRole) (Defined by UpdateableBatchExtensions.)
Top
See Also