C# 클래스 Tapas.PortableNode

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

Private Properties

프로퍼티 타입 설명
this object

공개 메소드들

메소드 설명
GetIndex ( ) : int
GetProperty ( string alias ) : object
GetProperty ( string alias, bool recurse ) : object
PortableNode ( ) : System

비공개 메소드들

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

메소드 상세

GetIndex() 공개 메소드

public GetIndex ( ) : int
리턴 int

GetProperty() 공개 메소드

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

GetProperty() 공개 메소드

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

PortableNode() 공개 메소드

public PortableNode ( ) : System
리턴 System