C# Class Onism.Cldr.CldrTree

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

Méthodes publiques

Méthode Description
Add ( CldrLocale locale, string path, int valueId ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
SelectNode ( string path ) : CldrTreeNode

Private Methods

Méthode Description
CldrTree ( ) : System.Collections.Generic
OnDeserialized ( ) : void
SetPropertiesRecursively ( CldrTree tree, CldrTreeNode node ) : void

Method Details

Add() public méthode

public Add ( CldrLocale locale, string path, int valueId ) : void
locale CldrLocale
path string
valueId int
Résultat void

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SelectNode() public méthode

public SelectNode ( string path ) : CldrTreeNode
path string
Résultat CldrTreeNode