Show / Hide Table of Contents

Class FormResponseExtensions

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

Methods

GetEmail(FormResponse)

Declaration
public static string GetEmail(this FormResponse response)
Parameters
Type Name Description
FormResponse response
Returns
Type Description
string

SetEmail(FormResponse, string)

Declaration
public static void SetEmail(this FormResponse response, string email)
Parameters
Type Name Description
FormResponse response
string email
In this article
Back to top Powered by ABP.IO Platform