Primitively Primitively
Primitively Primitively
DocFX + Singulink = ♥

Search Results for

    Enum DataType

    This enum represents each Primitively type variation.

    Namespace: Primitively
    Assembly: Primitively.Abstractions.dll
    Syntax
    public enum DataType

    Fields

    Name Description
    Byte

    Represents an IByte type that encapsulates a byte value.

    DateOnly

    Represents an IDateOnly type that encapsulates a date value in ISO 8601 YYYY-MM-DD format.

    Decimal

    Represents an IDecimal type that encapsulates a decimal value.

    Double

    Represents an IDouble type that encapsulates a double value.

    Guid

    Represents an IGuid type that encapsulates a Guid value.

    Int

    Represents an IInt type that encapsulates an int value.

    Long

    Represents an ILong type that encapsulates a long value.

    SByte

    Represents an ISByte type that encapsulates an sbyte value.

    Short

    Represents an IShort type that encapsulates a short value.

    Single

    Represents an ISingle type that encapsulates a float value.

    String

    Represents an IString type that encapsulates a string value.

    UInt

    Represents an IUInt type that encapsulates a uint value.

    ULong

    Represents an IULong type that encapsulates a ulong value.

    UShort

    Represents an IUShort type that encapsulates a ushort value.

    © Electronic Hands. All rights reserved.