C# Class Xaye.Fred.Category

Represents a category of data.
Inheritance: Item
Afficher le fichier Open project: cuda/Xaye.Fred Class Usage Examples

Private Properties

Свойство Type Description
Category System

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Category ( Fred fred ) : System

Method Details

GetChildern() public méthode

Enumeration of the category's children categories.
public GetChildern ( ) : IEnumerable
Résultat IEnumerable

GetChildernAsync() public méthode

Enumeration of the category's children categories.
public GetChildernAsync ( ) : Task>
Résultat Task>

GetParent() public méthode

This category's parent category. If this category is the root category, then the Parent == this.
public GetParent ( ) : Category
Résultat Category

GetParentAsync() public méthode

This category's parent category. If this category is the root category, then the Parent == this.
public GetParentAsync ( ) : Task
Résultat Task

GetRelated() public méthode

Enumeration of all related categories.
public GetRelated ( ) : IEnumerable
Résultat IEnumerable

GetRelatedAsync() public méthode

Enumeration of all related categories.
public GetRelatedAsync ( ) : Task>
Résultat Task>

GetSeries() public méthode

Enumeration of all series in the category.
public GetSeries ( ) : IEnumerable
Résultat IEnumerable

GetSeriesAsync() public méthode

Enumeration of all series in the category.
public GetSeriesAsync ( ) : Task>
Résultat Task>