C# 클래스 VirtoCommerce.Content.Data.Repositories.GitHubContentRepositoryImpl2

상속: IContentRepository2
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal 1 사용 예제들

공개 메소드들

메소드 설명
CreateFile ( string relativePath, VirtoCommerce.Content.Data.Models.ContentItem item ) : Task
DeleteFile ( string relativePath ) : System.Threading.Tasks.Task
GetChangeSet ( string relativePath, IContentLoadCriteria criteria ) : Task
GetContent ( string relativePath ) : Task
GitHubContentRepositoryImpl2 ( string token, string productHeaderValue, string ownerName, string repositoryName, string mainPath ) : Octokit
UpdateFile ( string relativePath, VirtoCommerce.Content.Data.Models.ContentItem item ) : Task

비공개 메소드들

메소드 설명
GetAllContents ( string path ) : Task>
GetFullPath ( string path ) : string

메소드 상세

CreateFile() 공개 메소드

public CreateFile ( string relativePath, VirtoCommerce.Content.Data.Models.ContentItem item ) : Task
relativePath string
item VirtoCommerce.Content.Data.Models.ContentItem
리턴 Task

DeleteFile() 공개 메소드

public DeleteFile ( string relativePath ) : System.Threading.Tasks.Task
relativePath string
리턴 System.Threading.Tasks.Task

GetChangeSet() 공개 메소드

public GetChangeSet ( string relativePath, IContentLoadCriteria criteria ) : Task
relativePath string
criteria IContentLoadCriteria
리턴 Task

GetContent() 공개 메소드

public GetContent ( string relativePath ) : Task
relativePath string
리턴 Task

GitHubContentRepositoryImpl2() 공개 메소드

public GitHubContentRepositoryImpl2 ( string token, string productHeaderValue, string ownerName, string repositoryName, string mainPath ) : Octokit
token string
productHeaderValue string
ownerName string
repositoryName string
mainPath string
리턴 Octokit

UpdateFile() 공개 메소드

public UpdateFile ( string relativePath, VirtoCommerce.Content.Data.Models.ContentItem item ) : Task
relativePath string
item VirtoCommerce.Content.Data.Models.ContentItem
리턴 Task