C# Class Tapas.SerializableNode

Inheritance: IPublishedContent
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 ) : IPublishedProperty
GetProperty ( string alias, bool recurse ) : IPublishedProperty
SerializableNode ( ) : System
SerializableNode ( IPublishedContent content, bool traverseChildren, bool getTemplateAlias = true ) : 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 ) : IPublishedProperty
alias string
Résultat IPublishedProperty

GetProperty() public méthode

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

SerializableNode() public méthode

public SerializableNode ( ) : System
Résultat System

SerializableNode() public méthode

public SerializableNode ( IPublishedContent content, bool traverseChildren, bool getTemplateAlias = true ) : System
content IPublishedContent
traverseChildren bool
getTemplateAlias bool
Résultat System