C# Класс Xaye.Fred.Category

Represents a category of data.
Наследование: Item
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Category System

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

Метод Описание
GetChildern ( ) : IEnumerable

Enumeration of the category's children categories.

GetChildernAsync ( ) : Task>

Enumeration of the category's children categories.

GetParent ( ) : Category

This category's parent category. If this category is the root category, then the Parent == this.

GetParentAsync ( ) : Task

This category's parent category. If this category is the root category, then the Parent == this.

GetRelated ( ) : IEnumerable

Enumeration of all related categories.

GetRelatedAsync ( ) : Task>

Enumeration of all related categories.

GetSeries ( ) : IEnumerable

Enumeration of all series in the category.

GetSeriesAsync ( ) : Task>

Enumeration of all series in the category.

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

Метод Описание
Category ( Fred fred ) : System

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

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

Enumeration of the category's children categories.
public GetChildern ( ) : IEnumerable
Результат IEnumerable

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

Enumeration of the category's children categories.
public GetChildernAsync ( ) : Task>
Результат Task>

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

This category's parent category. If this category is the root category, then the Parent == this.
public GetParent ( ) : Category
Результат Category

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

This category's parent category. If this category is the root category, then the Parent == this.
public GetParentAsync ( ) : Task
Результат Task

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

Enumeration of all related categories.
public GetRelated ( ) : IEnumerable
Результат IEnumerable

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

Enumeration of all related categories.
public GetRelatedAsync ( ) : Task>
Результат Task>

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

Enumeration of all series in the category.
public GetSeries ( ) : IEnumerable
Результат IEnumerable

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

Enumeration of all series in the category.
public GetSeriesAsync ( ) : Task>
Результат Task>