Click or drag to resize
UpdateableBatchExtensionsUpdateT Method

[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 void Update<T>(
	this IUpdateableBatch<T> updateable,
	T dto
)

Parameters

updateable
Type: Netadmin.Management.Common.CoreIUpdateableBatchT

[Missing <param name="updateable"/> documentation for "M:Netadmin.Management.Common.Extensions.UpdateableBatchExtensions.Update``1(Netadmin.Management.Common.Core.IUpdateableBatch{``0},``0)"]

dto
Type: T

[Missing <param name="dto"/> documentation for "M:Netadmin.Management.Common.Extensions.UpdateableBatchExtensions.Update``1(Netadmin.Management.Common.Core.IUpdateableBatch{``0},``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Netadmin.Management.Common.Extensions.UpdateableBatchExtensions.Update``1(Netadmin.Management.Common.Core.IUpdateableBatch{``0},``0)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IUpdateableBatchT. 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
NonUniqueValueExceptionThrown if any value that must be unique, is not
ValueIsRequiredExceptionValue is required.
ObjectNotFoundExceptionThrown if any id was not found.
See Also