C# Class Microsoft.Legal.MatterCenter.Repository.SharedRepository

Inheritance: ISharedRepository
Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode Description
GetMatterHelpAsync ( Client client, string selectedPage ) : Task>

SharedRepository ( ISPPage spPage, IOptions listNames, ISearch search ) : Microsoft.Extensions.Options

UrlExistsAsync ( Client client, string pageUrl ) : Task

Method Details

GetMatterHelpAsync() public méthode

public GetMatterHelpAsync ( Client client, string selectedPage ) : Task>
client Microsoft.Legal.MatterCenter.Models.Client
selectedPage string
Résultat Task>

SharedRepository() public méthode

public SharedRepository ( ISPPage spPage, IOptions listNames, ISearch search ) : Microsoft.Extensions.Options
spPage ISPPage
listNames IOptions
search ISearch
Résultat Microsoft.Extensions.Options

UrlExistsAsync() public méthode

public UrlExistsAsync ( Client client, string pageUrl ) : Task
client Microsoft.Legal.MatterCenter.Models.Client
pageUrl string
Résultat Task