VirtualRepository Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic VirtualRepository(
string name,
string entityName,
RepositorySource source
)
Public Sub New (
name As String,
entityName As String,
source As RepositorySource
)
public:
VirtualRepository(
String^ name,
String^ entityName,
RepositorySource^ source
)
new :
name : string *
entityName : string *
source : RepositorySource -> VirtualRepository
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