ISiteManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Site
The ISiteManager type exposes the following members.
Returns | Name | Description | |
---|---|---|---|
![]() | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateable<T>.) |
![]() | void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletable<T>.) |
![]() | ISite | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsable<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>.) |
![]() | IEnumerable<T> | GetAll() |
Retrieves every entity
(Inherited from IGetAllable<T>.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: String | GetTop100(Expression<Func<T, String>>, String, IEnumerable<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 ITop100ForCompany<T>.) |
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateable<T>.) |
Returns | Name | Description | |
---|---|---|---|
![]() | ISite | DetailsAll<ISite>(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAll<ISite>(IEnumerable<Int64>) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | ISite | DetailsAny<ISite>(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.) |