DetailsableBatchExtensionsDetailsAllT Method (IDetailsableBatchT, IEnumerableInt64) |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Common.Extensions
public static IReadOnlyDictionary<long, T> DetailsAll<T>( this IDetailsableBatch<T> detailsable, IEnumerable<long> ids )
[Missing <param name="detailsable"/> documentation for "M:Netadmin.Management.Common.Extensions.DetailsableBatchExtensions.DetailsAll``1(Netadmin.Management.Common.Core.IDetailsableBatch{``0},System.Collections.Generic.IEnumerable{System.Int64})"]
[Missing <param name="ids"/> documentation for "M:Netadmin.Management.Common.Extensions.DetailsableBatchExtensions.DetailsAll``1(Netadmin.Management.Common.Core.IDetailsableBatch{``0},System.Collections.Generic.IEnumerable{System.Int64})"]
[Missing <typeparam name="T"/> documentation for "M:Netadmin.Management.Common.Extensions.DetailsableBatchExtensions.DetailsAll``1(Netadmin.Management.Common.Core.IDetailsableBatch{``0},System.Collections.Generic.IEnumerable{System.Int64})"]
[Missing <returns> documentation for "M:Netadmin.Management.Common.Extensions.DetailsableBatchExtensions.DetailsAll``1(Netadmin.Management.Common.Core.IDetailsableBatch{``0},System.Collections.Generic.IEnumerable{System.Int64})"]
Exception | Condition |
---|---|
ArgumentException | ID myst be > 0. |
ObjectNotFoundException | Thrown if any id was not found. |