Table of Contents

Class ContactFieldDataType

Namespace
Mailtrap.ContactFields.Models
Assembly
Mailtrap.Abstractions.dll

Contact field data type.

public sealed record ContactFieldDataType : StringEnum<ContactFieldDataType>, IEquatable<StringEnum<ContactFieldDataType>>, IEquatable<ContactFieldDataType>
Inheritance
ContactFieldDataType
Implements
Inherited Members

Fields

Boolean

Gets the value representing "boolean" contact field data type.

public static readonly ContactFieldDataType Boolean

Field Value

ContactFieldDataType

Represents "boolean" contact field data type.

Date

Gets the value representing "date" contact field data type.

public static readonly ContactFieldDataType Date

Field Value

ContactFieldDataType

Represents "date" contact field data type.

Float

Gets the value representing "float" contact field data type.

public static readonly ContactFieldDataType Float

Field Value

ContactFieldDataType

Represents "float" contact field data type.

Integer

Gets the value representing "integer" contact field data type.

public static readonly ContactFieldDataType Integer

Field Value

ContactFieldDataType

Represents "integer" contact field data type.

Text

Gets the value representing "text" contact field data type.

public static readonly ContactFieldDataType Text

Field Value

ContactFieldDataType

Represents "text" contact field data type.