Table of Contents

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

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