Class RelationFilter
Represents a filter for relations in the structure.
Inherited Members
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 |