Click or drag to resize

ObjectTransactionNewTObject Method

Creates a new object of the specified type.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public TObject New<TObject>()
where TObject : EditableDomainObject

Type Parameters

TObject
The type of the object to create.

Return Value

Type: TObject
The newly created object.
See Also