Class FormElementRelationship
- Namespace
- JJMasterData.Core.DataDictionary.Models
- Assembly
- JJMasterData.Core.dll
public class FormElementRelationship
- Inheritance
-
FormElementRelationship
- Inherited Members
-
Constructors
public FormElementRelationship(ElementRelationship elementRelationship)
Parameters
elementRelationship
ElementRelationship
public FormElementRelationship(bool isParent = false)
Parameters
isParent
bool
Properties
[JsonProperty("editModeOpenByDefault")]
[Display(Name = "Edit Mode Open By Default")]
public bool EditModeOpenByDefault { get; set; }
Property Value
- bool
[JsonProperty("elementRelationship")]
public ElementRelationship? ElementRelationship { get; set; }
Property Value
- ElementRelationship
[JsonProperty("id")]
public int Id { get; set; }
Property Value
- int
[JsonProperty("isParent")]
public bool IsParent { get; set; }
Property Value
- bool
[JsonProperty("panel")]
public FormElementPanel Panel { get; set; }
Property Value
- FormElementPanel
[JsonProperty("viewType")]
[Display(Name = "View Type")]
public RelationshipViewType ViewType { get; set; }
Property Value
- RelationshipViewType
Methods
public FormElementRelationship DeepCopy()
Returns
- FormElementRelationship