Class EntityViewModel
- Namespace
- JJMasterData.Web.Areas.DataDictionary.Models
- Assembly
- JJMasterData.Web.dll
public sealed class EntityViewModel : DataDictionaryViewModel
- Inheritance
-
EntityViewModel
- Inherited Members
-
Constructors
EntityViewModel()
EntityViewModel(string, string)
public EntityViewModel(string elementName, string menuId)
Parameters
elementName
string
menuId
string
Properties
Disabled
public bool Disabled { get; init; }
Property Value
- bool
Entity
public Entity Entity { get; set; }
Property Value
- Entity
public IEventHandler? FormEvent { get; set; }
Property Value
- IEventHandler
[Display(Name = "Type")]
public string FormEventType { get; }
Property Value
- string
public bool IsPythonFormEvent { get; }
Property Value
- bool