ViewDomainObject Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ViewDomainObject(
ObjectTransaction transaction,
Repository repository
)
Public Sub New (
transaction As ObjectTransaction,
repository As Repository
)
public:
ViewDomainObject(
ObjectTransaction^ transaction,
Repository^ repository
)
new :
transaction : ObjectTransaction *
repository : Repository -> ViewDomainObject
Parameters
- transaction
- Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction in which to store the objects data. - repository
- Type: Aloe.SystemFrameworks.DomainRepository
The repository.
See Also