Class Relation
Represents a relation between a section and its parent section or element in the structure.
Inherited Members
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 |