EditableDomainObject Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic EditableDomainObject(
ObjectTransaction transaction,
Repository repository = null
)
Public Sub New (
transaction As ObjectTransaction,
Optional repository As Repository = Nothing
)
public:
EditableDomainObject(
ObjectTransaction^ transaction,
Repository^ repository = nullptr
)
new :
transaction : ObjectTransaction *
?repository : Repository
(* Defaults:
let _repository = defaultArg repository null
*)
-> EditableDomainObject
Parameters
- transaction
- Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction in which to store the objects data. - repository (Optional)
- Type: Aloe.SystemFrameworks.DomainRepository
The repository of the object.
Exceptions
See Also