TableOfContentEntry
classNamespace: MyLittleContentEngine.Services.Content.TableOfContents
Declaration
public class TableOfContentEntry
Inheritance
object
→ TableOfContentEntry
Propertys
Href
propertypublic required string? Href { get; init; }
Returns:
string? TableOfContentEntry.Href
IsSelected
propertypublic required bool IsSelected { get; init; }
Returns:
bool TableOfContentEntry.IsSelected
Items
propertypublic required TableOfContentEntry[] Items { get; init; }
Returns:
TableOfContentEntry[] TableOfContentEntry.Items
Name
propertypublic required string Name { get; init; }
Returns:
string TableOfContentEntry.Name
Order
propertypublic required int Order { get; init; }
Returns:
int TableOfContentEntry.Order