Click or drag to resize
ICreateableBatch_v2TCreate Method

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

Creates multiple entities in one operation

Namespace: Netadmin.Management.Common.Core
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<Guid, T> Create(
	IReadOnlyDictionary<Guid, T> dtos
)

Parameters

dtos
Type: System.Collections.GenericIReadOnlyDictionaryGuid, T
A dictionary with a arbitrary guid as key and a dto as value

Return Value

Type: IReadOnlyDictionaryGuid, T
A dictionary with the inputed guid as key and the created dto as value
Exceptions
ExceptionCondition
NonUniqueValueExceptionThrown if any value that must be unique, is not
ValueIsRequiredExceptionThrown if a required value is missing
ArgumentNullExceptionThrown if dtos is null
See Also