DevToys logo DevToys
  • Home
  • Blog
  • Documentation
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PredefinedCommonDataTypeNames

    Predefined common data type names.

    Inheritance
    object
    PredefinedCommonDataTypeNames
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DevToys.Api
    Assembly: DevToys.Api.dll
    Syntax
    public static class PredefinedCommonDataTypeNames

    Fields

    Base64Image

    Represents the Base64 image data type.

    Declaration
    public const string Base64Image = "base64Image"
    Field Value
    Type Description
    string

    Base64Text

    Represents the Base64 text data type.

    Declaration
    public const string Base64Text = "base64Text"
    Field Value
    Type Description
    string

    Date

    Represents the date data type.

    Declaration
    public const string Date = "date"
    Field Value
    Type Description
    string

    File

    Represents the file data type.

    Declaration
    public const string File = "file"
    Field Value
    Type Description
    string

    Files

    Represents the files data type.

    Declaration
    public const string Files = "files"
    Field Value
    Type Description
    string

    GZip

    Represents the GZIP data type.

    Declaration
    public const string GZip = "gzip"
    Field Value
    Type Description
    string

    Image

    Represents the "mage data type.

    Declaration
    public const string Image = "image"
    Field Value
    Type Description
    string

    ImageFile

    Represents the image file data type.

    Declaration
    public const string ImageFile = "imageFile"
    Field Value
    Type Description
    string

    Json

    Represents the JSON data type.

    Declaration
    public const string Json = "json"
    Field Value
    Type Description
    string

    JsonArray

    Represents the JSON array data type.

    Declaration
    public const string JsonArray = "jsonArray"
    Field Value
    Type Description
    string

    Text

    Represents the text data type.

    Declaration
    public const string Text = "text"
    Field Value
    Type Description
    string

    Xml

    Represents the XML data type.

    Declaration
    public const string Xml = "xml"
    Field Value
    Type Description
    string

    Xsd

    Represents the XSD data type.

    Declaration
    public const string Xsd = "xsd"
    Field Value
    Type Description
    string
    In this article
    DevToys logo © 2024 DevToys