C# Class Onism.Cldr.CldrTreeNode

Afficher le fichier Open project: pgolebiowski/onism-cldr Class Usage Examples

Private Properties

Свойство Type Description
Add void
CldrTreeNode System
GetAncestors IEnumerable
SelectNode CldrTreeNode

Méthodes publiques

Méthode Description
Ancestors ( ) : IEnumerable

Returns a collection of the ancestor nodes of this node.

AncestorsAndSelf ( ) : IEnumerable

Returns a collection of tokens that contain this token, and the ancestors of this token.

CldrTreeNode ( ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValue ( CldrLocale locale ) : string
SelectNode ( string path ) : CldrTreeNode

Selects a tree node using a dot-separated expression.

Private Methods

Méthode Description
Add ( int locale, CldrTreePath path, int value ) : void
CldrTreeNode ( CldrTree tree, CldrTreeNode parent ) : System
GetAncestors ( bool self ) : IEnumerable
SelectNode ( CldrTreePath path ) : CldrTreeNode

Method Details

Ancestors() public méthode

Returns a collection of the ancestor nodes of this node.
public Ancestors ( ) : IEnumerable
Résultat IEnumerable

AncestorsAndSelf() public méthode

Returns a collection of tokens that contain this token, and the ancestors of this token.
public AncestorsAndSelf ( ) : IEnumerable
Résultat IEnumerable

CldrTreeNode() public méthode

public CldrTreeNode ( ) : System
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValue() public méthode

public GetValue ( CldrLocale locale ) : string
locale CldrLocale
Résultat string

SelectNode() public méthode

Selects a tree node using a dot-separated expression.
public SelectNode ( string path ) : CldrTreeNode
path string The dot-separated expression.
Résultat CldrTreeNode