RepositoryAttribute Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic RepositoryAttribute(
Type repositoryType
)
Public Sub New (
repositoryType As Type
)
public:
RepositoryAttribute(
Type^ repositoryType
)
new :
repositoryType : Type -> RepositoryAttribute
Parameters
- repositoryType
- Type: SystemType
Type of the repository.
See Also