Table of Contents

Class FormActionRedirect

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

Properties

ElementNameRedirect

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

Property Value

string

ModalSize

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

Property Value

ModalSize

RelationFields

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

Property Value

List<FormActionRelationField>

ViewType

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

Property Value

RelationshipViewType

Methods

DeepCopy()

public FormActionRedirect DeepCopy()

Returns

FormActionRedirect