Property | Type | Description | |
---|---|---|---|
Category | System |
Method | Description | |
---|---|---|
GetChildern ( ) : IEnumerable |
Enumeration of the category's children categories.
|
|
GetChildernAsync ( ) : Task |
Enumeration of the category's children categories.
|
|
GetParent ( ) : |
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.
|
Method | Description | |
---|---|---|
Category ( |