Table of Contents

Class FormElementRelationship

Namespace
JJMasterData.Core.DataDictionary.Models
Assembly
JJMasterData.Core.dll
public class FormElementRelationship
Inheritance
FormElementRelationship
Inherited Members

Constructors

FormElementRelationship(ElementRelationship)

public FormElementRelationship(ElementRelationship elementRelationship)

Parameters

elementRelationship ElementRelationship

FormElementRelationship(bool)

public FormElementRelationship(bool isParent = false)

Parameters

isParent bool

Properties

EditModeOpenByDefault

[JsonProperty("editModeOpenByDefault")]
[Display(Name = "Edit Mode Open By Default")]
public bool EditModeOpenByDefault { get; set; }

Property Value

bool

ElementRelationship

[JsonProperty("elementRelationship")]
public ElementRelationship? ElementRelationship { get; set; }

Property Value

ElementRelationship

Id

[JsonProperty("id")]
public int Id { get; set; }

Property Value

int

IsParent

[JsonProperty("isParent")]
public bool IsParent { get; set; }

Property Value

bool

Panel

[JsonProperty("panel")]
public FormElementPanel Panel { get; set; }

Property Value

FormElementPanel

ViewType

[JsonProperty("viewType")]
[Display(Name = "View Type")]
public RelationshipViewType ViewType { get; set; }

Property Value

RelationshipViewType

Methods

DeepCopy()

public FormElementRelationship DeepCopy()

Returns

FormElementRelationship