TableOfContentEntry

class

Namespace: MyLittleContentEngine.Services.Content.TableOfContents

Declaration

public class TableOfContentEntry

Inheritance

objectTableOfContentEntry

Propertys

Href

property
public required string? Href { get; init; }
Returns: string? TableOfContentEntry.Href

IsSelected

property
public required bool IsSelected { get; init; }
Returns: bool TableOfContentEntry.IsSelected

Items

property
public required TableOfContentEntry[] Items { get; init; }
Returns: TableOfContentEntry[] TableOfContentEntry.Items

Name

property
public required string Name { get; init; }
Returns: string TableOfContentEntry.Name

Order

property
public required int Order { get; init; }
Returns: int TableOfContentEntry.Order