Class EntityViewModel
- Namespace
- JJMasterData.Web.Areas.DataDictionary.Models
- Assembly
- JJMasterData.Web.dll
public sealed class EntityViewModel
- Inheritance
-
EntityViewModel
- Inherited Members
-
Properties
Disabled
public bool Disabled { get; init; }
Property Value
- bool
ElementName
public required string ElementName { get; set; }
Property Value
- string
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