C# 클래스 Tapas.SerializableNode

상속: IPublishedContent
파일 보기 프로젝트 열기: joeriks/Tapas 1 사용 예제들

Private Properties

프로퍼티 타입 설명
this object

공개 메소드들

메소드 설명
GetIndex ( ) : int
GetProperty ( string alias ) : IPublishedProperty
GetProperty ( string alias, bool recurse ) : IPublishedProperty
SerializableNode ( ) : System
SerializableNode ( IPublishedContent content, bool traverseChildren, bool getTemplateAlias = true ) : System

비공개 메소드들

메소드 설명
this ( string alias ) : object

메소드 상세

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

SerializableNode() 공개 메소드

public SerializableNode ( ) : System
리턴 System

SerializableNode() 공개 메소드

public SerializableNode ( IPublishedContent content, bool traverseChildren, bool getTemplateAlias = true ) : System
content IPublishedContent
traverseChildren bool
getTemplateAlias bool
리턴 System