Show / Hide Table of Contents

Class FormWithResponse

Inheritance
object
FormWithResponse
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Responses
Assembly: Volo.Forms.Domain.dll
Syntax
public class FormWithResponse

Constructors

FormWithResponse()

Declaration
public FormWithResponse()

Properties

Form

Declaration
public Form Form { get; set; }
Property Value
Type Description
Form

Response

Declaration
public FormResponse Response { get; set; }
Property Value
Type Description
FormResponse
In this article
Back to top Powered by Volosoft