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
Syntaxpublic abstract Repository GetRepositoryByObjectTypeName(
string domainObjectTypeName
)
Public MustOverride Function GetRepositoryByObjectTypeName (
domainObjectTypeName As String
) As Repository
public:
virtual Repository^ GetRepositoryByObjectTypeName(
String^ domainObjectTypeName
) abstract
abstract GetRepositoryByObjectTypeName :
domainObjectTypeName : string -> Repository
Parameters
- domainObjectTypeName
- Type: SystemString
The FullName of the domain object type.
Return Value
Type:
RepositoryThe repository that handles the specified domain object type
See Also