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

Inheritance: ISharedRepository
Mostrar archivo Open project: Microsoft/mattercenter

Public Methods

Method 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 method

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

SharedRepository() public method

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

UrlExistsAsync() public method

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