Table of Contents

Class FormActionRedirect

Namespace
JJMasterData.Core.DataDictionary.Models
Assembly
JJMasterData.Core.dll
public class FormActionRedirect
Inheritance
FormActionRedirect
Inherited Members

Properties

ElementNameRedirect

[JsonPropertyName("elementNameRedirect")]
public string ElementNameRedirect { get; set; }

Property Value

string

ModalSize

[JsonPropertyName("popupSize")]
public ModalSize ModalSize { get; set; }

Property Value

ModalSize

RelationFields

[JsonPropertyName("entityReferences")]
[JsonInclude]
public List<FormActionRelationField> RelationFields { get; }

Property Value

List<FormActionRelationField>

ViewType

[JsonPropertyName("viewType")]
public RelationshipViewType ViewType { get; set; }

Property Value

RelationshipViewType

Methods

DeepCopy()

public FormActionRedirect DeepCopy()

Returns

FormActionRedirect