Table of Contents

Class EntityViewModel

Namespace
JJMasterData.Web.Areas.DataDictionary.Models
Assembly
JJMasterData.Web.dll
public sealed class EntityViewModel : DataDictionaryViewModel
Inheritance
EntityViewModel
Inherited Members

Constructors

EntityViewModel()

public 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

FormEvent

public IEventHandler? FormEvent { get; set; }

Property Value

IEventHandler

FormEventType

[Display(Name = "Type")]
public string FormEventType { get; }

Property Value

string

IsPythonFormEvent

public bool IsPythonFormEvent { get; }

Property Value

bool