DataWeb
Search Results for

    Show / Hide Table of Contents

    Class RelationFilter

    Represents a filter for relations in the structure.

    Inheritance
    object
    RelationFilter
    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 RelationFilter

    Properties

    Count

    Gets or sets the maximum number of relations to return.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    int

    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

    ReferenceMode

    Gets or sets the reference mode used to filter the relations.

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

    ReferencePosition

    Gets or sets the reference position used to filter the relations.

    Declaration
    public double ReferencePosition { 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