Show / Hide Table of Contents

Class ViewResponseViewModel

Inheritance
object
ViewResponseViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Web.Pages.Forms.Shared.Components.ViewResponse
Assembly: Volo.Forms.Web.dll
Syntax
public class ViewResponseViewModel

Constructors

ViewResponseViewModel()

Declaration
public ViewResponseViewModel()

Properties

Form

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

FormResponse

Declaration
public FormResponseDto FormResponse { get; set; }
Property Value
Type Description
FormResponseDto

ViewFormUrl

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