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
Syntaxpublic TObject New<TObject>()
where TObject : EditableDomainObject
Public Function New(Of TObject As EditableDomainObject) As TObject
public:
generic<typename TObject>
where TObject : EditableDomainObject
TObject New()
member New : unit -> 'TObject when 'TObject : EditableDomainObject
Type Parameters
- TObject
- The type of the object to create.
Return Value
Type:
TObjectThe newly created object.
See Also