IDetailsableBatchT Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Common.Core
[Missing <typeparam name="T"/> documentation for "T:Netadmin.Management.Common.Core.IDetailsableBatch`1"]
The IDetailsableBatchT type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
|
Name | Description | ||
---|---|---|---|
![]() | DetailsAllT(IDetailsableBatchT, Int64) | DetailsAllT(Int64) | Overloaded. IDetailsableBatchT (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllT(IEnumerableInt64) | Overloaded. IDetailsableBatchT (Defined by DetailsableBatchExtensions.) |
![]() | DetailsAnyT(IDetailsableBatchT, Int64) | DetailsAnyT(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |