Click or drag to resize

RepositoryAttribute Constructor

Initializes a new instance of the RepositoryAttribute class.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public RepositoryAttribute(
	Type repositoryType
)

Parameters

repositoryType
Type: SystemType
Type of the repository.
See Also