DataWeb
Search Results for

    Show / Hide Table of Contents

    Class SectionData

    Represents a section and its settings.

    Inheritance
    object
    SectionData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class SectionData

    Properties

    Color

    Gets or sets the color of the section.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    string

    IdMaster

    Gets or sets the unique identifier.

    Declaration
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string

    IdMasterStep

    Gets or sets the unique identifier of the step the section belongs to.

    Declaration
    public string IdMasterStep { get; set; }
    Property Value
    Type Description
    string

    IsCompleted

    Gets or sets a value indicating whether the section is completed.

    Declaration
    public bool IsCompleted { get; set; }
    Property Value
    Type Description
    bool

    Module

    Gets or sets the module of the section.

    Declaration
    public string Module { get; set; }
    Property Value
    Type Description
    string

    ModuleClass

    Gets or sets the module class of the section.

    Declaration
    public string ModuleClass { get; set; }
    Property Value
    Type Description
    string

    ModuleComponent

    Gets or sets the module component of the section.

    Declaration
    public string ModuleComponent { get; set; }
    Property Value
    Type Description
    string

    Name

    Gets or sets the name of the section.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Navigation

    Gets or sets the navigation of the section.

    Declaration
    public Navigation Navigation { get; set; }
    Property Value
    Type Description
    Navigation

    PermissionSetName

    Gets or sets the name of the permission set associated with the section.

    Declaration
    public string PermissionSetName { get; set; }
    Property Value
    Type Description
    string

    RawSettings

    Gets or sets the raw settings of the section.

    Declaration
    public string RawSettings { get; set; }
    Property Value
    Type Description
    string

    Settings

    Gets or sets the settings of the section.

    Declaration
    public SectionData.SectionSettings Settings { get; set; }
    Property Value
    Type Description
    SectionData.SectionSettings

    Status

    Gets or sets the status of the section.

    Declaration
    public ItemStatus Status { get; set; }
    Property Value
    Type Description
    ItemStatus

    Title

    Gets or sets the title of the section.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Type

    Gets or sets the type of the section.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string

    VisibleRoles

    Gets or sets the roles that can see the section.

    Declaration
    public List<string> VisibleRoles { get; set; }
    Property Value
    Type Description
    List<string>
    In this article
    Back to top Generated by DocFX