C# 클래스 Glass.Mapper.Umb.UmbracoPublishedService

상속: UmbracoService
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
UmbracoPublishedService ( IContentService contentService, Context context ) : System

Initializes a new instance of the UmbracoService class.

UmbracoPublishedService ( IContentService contentService, string contextName = "Default" ) : System

Initializes a new instance of the UmbracoService class.

메소드 상세

UmbracoPublishedService() 공개 메소드

Initializes a new instance of the UmbracoService class.
public UmbracoPublishedService ( IContentService contentService, Context context ) : System
contentService IContentService The content service.
context Context The context.
리턴 System

UmbracoPublishedService() 공개 메소드

Initializes a new instance of the UmbracoService class.
public UmbracoPublishedService ( IContentService contentService, string contextName = "Default" ) : System
contentService IContentService The content service.
contextName string Name of the context.
리턴 System