C# Class Archetype.Models.ArchetypePublishedContent

Inheritance: IPublishedContent
Show file Open project: kgiszewski/Archetype

Private Properties

Property Type Description

Public Methods

Method Description
ArchetypePublishedContent ( ArchetypeFieldsetModel fieldset, ArchetypePublishedContentSet parent = null ) : System
GetIndex ( ) : int
GetProperty ( string alias ) : IPublishedProperty
GetProperty ( string alias, bool recurse ) : IPublishedProperty
this ( string alias ) : object

Method Details

ArchetypePublishedContent() public method

public ArchetypePublishedContent ( ArchetypeFieldsetModel fieldset, ArchetypePublishedContentSet parent = null ) : System
fieldset ArchetypeFieldsetModel
parent ArchetypePublishedContentSet
return System

GetIndex() public method

public GetIndex ( ) : int
return int

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

this() public method

public this ( string alias ) : object
alias string
return object