Click or drag to resize
IIspManager Interface

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

Manages service providers

Namespace: Netadmin.Management.Maintenance
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IIspManager : IManager<INetadminServiceProvider>, 
	ICruddable<INetadminServiceProvider>, ICreateable<INetadminServiceProvider>, IDetailsable<INetadminServiceProvider>, 
	IUpdateable<INetadminServiceProvider>, IDeletable<INetadminServiceProvider>, IGetAllable<INetadminServiceProvider>, 
	IUniqueName<INetadminServiceProvider>

The IIspManager type exposes the following members.

Methods
  NameDescription
Public methodIAccessIpRangeAccessIpRangeDetails(Int64)
Returns the details of a ip-range id
Public methodInt64CountIspCustomers(Int64)
Returns the number of customers for a provider
Public methodInt64CountIspServices(Int64)
Returns the number of services for a provider
Public methodInt64CountIspUser(Int64)
Returns the number of users for a provider
Public methodInt64Create(T)
Creates a new instance of the entity
(Inherited from ICreateableT.)
Public methodInt64CreateAccessIpRange(IAccessIpRange)
Creates an ip-range
Public method void Delete(Int64)
Deletes an entity with a specific Id
(Inherited from IDeletableT.)
Public method void DeleteAccessIpRange(Int64)
Deletes an ip-range
Public methodINetadminServiceProviderDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIEnumerableTGetAll
Retrieves every entity
(Inherited from IGetAllableT.)
Public methodIEnumerableT, T: IAccessIpRangeGetAllowedAcessipRangeForIsp(Int64)
Returns the allowed ip-ranges for a provider
Public methodIEnumerableT, T: KeyValuePairTKey, TValueGetCoverageRequestAssemblies
Returns available coverage request assemblies
Public methodBooleanIsNameUnique(T)
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.)
Public method void Update(T)
Updates an entity with new values.
(Inherited from IUpdateableT.)
Public method void UpdateAccessIpRange(IAccessIpRange)
Updates an ip-range
Top
See Also