C# Class Glass.Mapper.Umb.UmbracoPublishedService

Inheritance: UmbracoService
显示文件 Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
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.

Method Details

UmbracoPublishedService() public method

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

UmbracoPublishedService() public method

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.
return System