C# 클래스 Microsoft.Legal.MatterCenter.Repository.SharedRepository

상속: ISharedRepository
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
GetMatterHelpAsync ( Client client, string selectedPage ) : Task>

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

UrlExistsAsync ( Client client, string pageUrl ) : Task

메소드 상세

GetMatterHelpAsync() 공개 메소드

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

SharedRepository() 공개 메소드

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

UrlExistsAsync() 공개 메소드

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