ScopingQuestionInputType Struct

Definition

Question input type.

public readonly struct ScopingQuestionInputType : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestionInputType>
type ScopingQuestionInputType = struct
Public Structure ScopingQuestionInputType
Implements IEquatable(Of ScopingQuestionInputType)
Inheritance
ScopingQuestionInputType
Implements

Constructors

ScopingQuestionInputType(String)

Initializes a new instance of ScopingQuestionInputType.

Properties

Boolean

The input content should be a boolean.

Date

The input content should be a date.

Email

The input content should be an email address.

Group

The input content is a group of answers.

MultilineText

The input content should be multiline text.

MultiSelectCheckbox

The input content are multiple results seleted from the checkboxes.

MultiSelectDropdown

The input content are multiple results seleted from the dropdown options.

MultiSelectDropdownCustom

The input content are result seleted from the custom dropdown options.

None

The input type is a text box.

Number

The input content should be a number.

SingleSelectDropdown

The input content is a single result seleted from the dropdown options.

SingleSelection

The input content is a single result seleted from the options.

Telephone

The input content should be a telephone number.

Text

The input content is text string.

Upload

The input content is a uploaded file.

Url

The input content should be a URL.

YearPicker

The input content is a Year, pick from the dropdown list.

YesNoNa

The input content should be Yes, No or Na.

Methods

Equals(ScopingQuestionInputType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ScopingQuestionInputType, ScopingQuestionInputType)

Determines if two ScopingQuestionInputType values are the same.

Implicit(String to ScopingQuestionInputType)

Converts a string to a ScopingQuestionInputType.

Inequality(ScopingQuestionInputType, ScopingQuestionInputType)

Determines if two ScopingQuestionInputType values are not the same.

Applies to