Table of Contents

Class ActionsListDetailsViewModel

Namespace
JJMasterData.Web.Areas.DataDictionary.Models
Assembly
JJMasterData.Web.dll
public sealed class ActionsListDetailsViewModel
Inheritance
ActionsListDetailsViewModel
Inherited Members

Properties

Actions

public required List<BasicAction> Actions { get; init; }

Property Value

List<BasicAction>

ElementName

public required string ElementName { get; set; }

Property Value

string

FieldName

public string? FieldName { get; init; }

Property Value

string

Source

public required ActionSource Source { get; init; }

Property Value

ActionSource