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