C# Class Our.Umbraco.Mortar.Models.DetachedPublishedContent

Inheritance: Umbraco.Web.Models.PublishedContentBase
显示文件 Open project: leekelleher/umbraco-mortar

Public Methods

Method Description
DetachedPublishedContent ( string name, Umbraco.Core.Models.PublishedContent.PublishedContentType contentType, IEnumerable properties, bool isPreviewing = false ) : System
GetProperty ( string alias ) : IPublishedProperty
GetProperty ( string alias, bool recurse ) : IPublishedProperty

Method Details

DetachedPublishedContent() public method

public DetachedPublishedContent ( string name, Umbraco.Core.Models.PublishedContent.PublishedContentType contentType, IEnumerable properties, bool isPreviewing = false ) : System
name string
contentType Umbraco.Core.Models.PublishedContent.PublishedContentType
properties IEnumerable
isPreviewing bool
return System

GetProperty() public method

public GetProperty ( string alias ) : IPublishedProperty
alias string
return IPublishedProperty

GetProperty() public method

public GetProperty ( string alias, bool recurse ) : IPublishedProperty
alias string
recurse bool
return IPublishedProperty