Click or drag to resize
DetailsableBatchExtensionsDetailsAllT Method (IDetailsableBatchT, IEnumerableInt64)

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

Namespace: Netadmin.Management.Common.Extensions
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static IReadOnlyDictionary<long, T> DetailsAll<T>(
	this IDetailsableBatch<T> detailsable,
	IEnumerable<long> ids
)

Parameters

detailsable
Type: Netadmin.Management.Common.CoreIDetailsableBatchT

[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})"]

ids
Type: System.Collections.GenericIEnumerableInt64

[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})"]

Type Parameters

T

[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})"]

Return Value

Type: IReadOnlyDictionaryInt64, T

[Missing <returns> documentation for "M:Netadmin.Management.Common.Extensions.DetailsableBatchExtensions.DetailsAll``1(Netadmin.Management.Common.Core.IDetailsableBatch{``0},System.Collections.Generic.IEnumerable{System.Int64})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDetailsableBatchT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentExceptionID myst be > 0.
ObjectNotFoundExceptionThrown if any id was not found.
See Also