Class RelationshipsLayoutDetailsViewModel
- Namespace
- JJMasterData.Web.Areas.DataDictionary.Models
- Assembly
- JJMasterData.Web.dll
public sealed class RelationshipsLayoutDetailsViewModel : DataDictionaryViewModel
- Inheritance
-
RelationshipsLayoutDetailsViewModel
- Inherited Members
-
Constructors
RelationshipsLayoutDetailsViewModel()
public RelationshipsLayoutDetailsViewModel()
RelationshipsLayoutDetailsViewModel(string, string)
public RelationshipsLayoutDetailsViewModel(string elementName, string menuId)
Parameters
elementName
string
menuId
string
Properties
EditModeOpenByDefault
[Display(Name = "Edit Mode Open By Default")]
public required bool EditModeOpenByDefault { get; set; }
Property Value
- bool
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