DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlTextEditorAssetData.File

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

    Properties

    Code

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

    IdMaster

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

    ListNav

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

    Name

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

    Nav

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

    NavigationCurrentStep

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

    NavigationNewSteps

    Declaration
    public List<Navigation.Step> NavigationNewSteps { get; set; }
    Property Value
    Type Description
    List<Navigation.Step>

    SectionName

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

    SectionTitle

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