C# Class Tapas.PortableNode

Exibir arquivo Open project: joeriks/Tapas Class Usage Examples

Private Properties

Property Type Description
this object

Public Methods

Method Description
GetIndex ( ) : int
GetProperty ( string alias ) : object
GetProperty ( string alias, bool recurse ) : object
PortableNode ( ) : System

Private Methods

Method Description
this ( string alias ) : object

Method Details

GetIndex() public method

public GetIndex ( ) : int
return int

GetProperty() public method

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

GetProperty() public method

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

PortableNode() public method

public PortableNode ( ) : System
return System