Click or drag to resize

EnterpriseOneViewRepository Constructor (String, String, RepositorySource)

Initializes a new instance of the EnterpriseOneViewRepository class.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public EnterpriseOneViewRepository(
	string name,
	string entityName,
	RepositorySource repositorySource
)

Parameters

name
Type: SystemString
The name of the repository.
entityName
Type: SystemString
Name of the entity.
repositorySource
Type: Aloe.SystemFrameworks.DomainRepositorySource
The repository source.
See Also