DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Relation

    Represents a relation between a section and its parent section or element in the structure.

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

    Properties

    Id

    Gets or sets the unique identifier.

    Declaration
    public string Id { 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

    ParentIdMaster

    Gets or sets the unique identifier of the parent section or element in the structure.

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

    Position

    Gets or sets the position of the section in the parent section or element.

    Declaration
    public double Position { get; set; }
    Property Value
    Type Description
    double

    SectionName

    Gets or sets the name of the section.

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