Click or drag to resize

VirtualRepository Constructor

Initializes a new instance of the VirtualRepository class.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public VirtualRepository(
	string name,
	string entityName,
	RepositorySource source
)

Parameters

name
Type: SystemString
The name of the new repository
entityName
Type: SystemString
Name of the entity.
source
Type: Aloe.SystemFrameworks.DomainRepositorySource
The repository source, to which this repository should be attached
See Also