Show / Hide Table of Contents

Class FormInviteEmailInputDto

Inheritance
object
FormInviteEmailInputDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Forms
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class FormInviteEmailInputDto

Constructors

FormInviteEmailInputDto()

Declaration
public FormInviteEmailInputDto()

Properties

Body

Declaration
public string Body { get; set; }
Property Value
Type Description
string

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
string

To

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