C# Класс Onism.Cldr.CldrTreeNode

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Add void
CldrTreeNode System
GetAncestors IEnumerable
SelectNode CldrTreeNode

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Add ( int locale, CldrTreePath path, int value ) : void
CldrTreeNode ( CldrTree tree, CldrTreeNode parent ) : System
GetAncestors ( bool self ) : IEnumerable
SelectNode ( CldrTreePath path ) : CldrTreeNode

Описание методов

Ancestors() публичный Метод

Returns a collection of the ancestor nodes of this node.
public Ancestors ( ) : IEnumerable
Результат IEnumerable

AncestorsAndSelf() публичный Метод

Returns a collection of tokens that contain this token, and the ancestors of this token.
public AncestorsAndSelf ( ) : IEnumerable
Результат IEnumerable

CldrTreeNode() публичный Метод

public CldrTreeNode ( ) : System
Результат System

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

GetValue() публичный Метод

public GetValue ( CldrLocale locale ) : string
locale CldrLocale
Результат string

SelectNode() публичный Метод

Selects a tree node using a dot-separated expression.
public SelectNode ( string path ) : CldrTreeNode
path string The dot-separated expression.
Результат CldrTreeNode