Class RelationshipsLayoutDetailsViewModel
- Namespace
- JJMasterData.Web.Areas.DataDictionary.Models
- Assembly
- JJMasterData.Web.dll
public sealed class RelationshipsLayoutDetailsViewModel
- Inheritance
-
RelationshipsLayoutDetailsViewModel
- Inherited Members
-
Properties
EditModeOpenByDefault
[Display(Name = "Edit Mode Open By Default")]
public required bool EditModeOpenByDefault { get; set; }
Property Value
- bool
ElementName
public required string ElementName { get; set; }
Property Value
- string
Id
public required int Id { get; set; }
Property Value
- int
IsParent
public required bool IsParent { get; set; }
Property Value
- bool
Panel
public required FormElementPanel Panel { get; set; }
Property Value
- FormElementPanel
ViewType
[Display(Name = "View Type")]
public required RelationshipViewType ViewType { get; set; }
Property Value
- RelationshipViewType