Show / Hide Table of Contents

Class UpdateFormSettingInputDto

Inheritance
object
UpdateFormSettingInputDto
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 UpdateFormSettingInputDto

Constructors

UpdateFormSettingInputDto()

Declaration
public UpdateFormSettingInputDto()

Properties

CanEditResponse

Declaration
public bool CanEditResponse { get; set; }
Property Value
Type Description
bool

HasLimitOneResponsePerUser

Declaration
public bool HasLimitOneResponsePerUser { get; set; }
Property Value
Type Description
bool

IsAcceptingResponses

Declaration
public bool IsAcceptingResponses { get; set; }
Property Value
Type Description
bool

IsCollectingEmail

Declaration
public bool IsCollectingEmail { get; set; }
Property Value
Type Description
bool

IsQuiz

Declaration
public bool IsQuiz { get; set; }
Property Value
Type Description
bool

RequiresLogin

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