DataAttributesCollection Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic DataAttributesCollection(
Repository repository
)
Public Sub New (
repository As Repository
)
public:
DataAttributesCollection(
Repository^ repository
)
new :
repository : Repository -> DataAttributesCollection
Parameters
- repository
- Type: Aloe.SystemFrameworks.DomainRepository
See Also