C# 클래스 Archetype.Models.ArchetypePublishedContent

상속: IPublishedContent
파일 보기 프로젝트 열기: kgiszewski/Archetype

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ArchetypePublishedContent ( ArchetypeFieldsetModel fieldset, ArchetypePublishedContentSet parent = null ) : System
GetIndex ( ) : int
GetProperty ( string alias ) : IPublishedProperty
GetProperty ( string alias, bool recurse ) : IPublishedProperty
this ( string alias ) : object

메소드 상세

ArchetypePublishedContent() 공개 메소드

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

GetIndex() 공개 메소드

public GetIndex ( ) : int
리턴 int

GetProperty() 공개 메소드

public GetProperty ( string alias ) : IPublishedProperty
alias string
리턴 IPublishedProperty

GetProperty() 공개 메소드

public GetProperty ( string alias, bool recurse ) : IPublishedProperty
alias string
recurse bool
리턴 IPublishedProperty

this() 공개 메소드

public this ( string alias ) : object
alias string
리턴 object