C# Class Tapas.PortableNode

Afficher le fichier Open project: joeriks/Tapas Class Usage Examples

Private Properties

Свойство Type Description
this object

Méthodes publiques

Méthode Description
GetIndex ( ) : int
GetProperty ( string alias ) : object
GetProperty ( string alias, bool recurse ) : object
PortableNode ( ) : System

Private Methods

Méthode Description
this ( string alias ) : object

Method Details

GetIndex() public méthode

public GetIndex ( ) : int
Résultat int

GetProperty() public méthode

public GetProperty ( string alias ) : object
alias string
Résultat object

GetProperty() public méthode

public GetProperty ( string alias, bool recurse ) : object
alias string
recurse bool
Résultat object

PortableNode() public méthode

public PortableNode ( ) : System
Résultat System