Class FormActionRedirect
- Namespace
- JJMasterData.Core.DataDictionary.Models
- Assembly
- JJMasterData.Core.dll
public class FormActionRedirect
- Inheritance
-
FormActionRedirect
- Inherited Members
-
Properties
[JsonProperty("elementNameRedirect")]
public string ElementNameRedirect { get; set; }
Property Value
- string
[JsonProperty("popupSize")]
public ModalSize ModalSize { get; set; }
Property Value
- ModalSize
[JsonProperty("entityReferences")]
public List<FormActionRelationField> RelationFields { get; }
Property Value
- List<FormActionRelationField>
[JsonProperty("viewType")]
public RelationshipViewType ViewType { get; set; }
Property Value
- RelationshipViewType
Methods
public FormActionRedirect DeepCopy()
Returns
- FormActionRedirect