Click or drag to resize
IIspManager Methods

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

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 methodIDetailsableTDetails(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