Interface IHaveClient
Provides a RepositoryClientBase property, and is implemented by navigation Node types that have a directly associated repository client.
Namespace: Algenta.Colectica.ViewModel.Navigator
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public interface IHaveClient
Properties
Client
Gets the repository client.
Declaration
RepositoryClientBase Client { get; }
Property Value
Type | Description |
---|---|
RepositoryClientBase |