C# Class Glass.Mapper.Umb.UmbracoPublishedService

Inheritance: UmbracoService
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode 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 méthode

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

UmbracoPublishedService() public méthode

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.
Résultat System