Click or drag to resize

RepositorySourceGetRepositoryByObjectTypeName Method

Returns the repository which handles objects with the specified name

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract Repository GetRepositoryByObjectTypeName(
	string domainObjectTypeName
)

Parameters

domainObjectTypeName
Type: SystemString
The FullName of the domain object type.

Return Value

Type: Repository
The repository that handles the specified domain object type
See Also