C# Class Onism.Cldr.CldrTree

Show file Open project: pgolebiowski/onism-cldr Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Add() public method

public Add ( CldrLocale locale, string path, int valueId ) : void
locale CldrLocale
path string
valueId int
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SelectNode() public method

public SelectNode ( string path ) : CldrTreeNode
path string
return CldrTreeNode