C# Class Felinesoft.UmbracoCodeFirst.Content.Factories.ChildContentFactory

Creates AutoContent which specifies a parent document
Inheritance: ContentFactoryBase
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst

Méthodes publiques

Méthode Description
ChildContentFactory ( DocumentTypeBase values, Type parentDocType ) : System

Creates AutoContent which specifies a parent document

GetIfExists ( ) : Umbraco.Core.Models.IContent

Gets the IContent instance if it exists, otherwise returns null

GetOrCreate ( ) : Umbraco.Core.Models.IContent

Gets the IContent instance if it already exists, otherwise creates it

GetPublishedIfExists ( ) : IPublishedContent

Gets the IPublishedContent instance if it exists, otherwise returns null

Method Details

ChildContentFactory() public méthode

Creates AutoContent which specifies a parent document
public ChildContentFactory ( DocumentTypeBase values, Type parentDocType ) : System
values DocumentTypeBase The document property values to use
parentDocType System.Type The type of the parent document
Résultat System

GetIfExists() public méthode

Gets the IContent instance if it exists, otherwise returns null
public GetIfExists ( ) : Umbraco.Core.Models.IContent
Résultat Umbraco.Core.Models.IContent

GetOrCreate() public méthode

Gets the IContent instance if it already exists, otherwise creates it
public GetOrCreate ( ) : Umbraco.Core.Models.IContent
Résultat Umbraco.Core.Models.IContent

GetPublishedIfExists() public méthode

Gets the IPublishedContent instance if it exists, otherwise returns null
public GetPublishedIfExists ( ) : IPublishedContent
Résultat IPublishedContent