PrimitiveValueKindUnion

PackageReified.Schema
Identifies the intrinsic primitive shape of a schema value.

Specification

Kind
Union
Members
18
Examples
0
IsFloatSignature
this.IsFloat
IsInt64Signature
this.IsInt64
IsBoolSignature
this.IsBool
IsDecimalSignature
this.IsDecimal
IsDateTimeSignature
this.IsDateTime

Summary

NameSignatureSynopsis
IsFloatthis.IsFloatNo description available.
IsInt64this.IsInt64No description available.
IsBoolthis.IsBoolNo description available.
IsDecimalthis.IsDecimalNo description available.
IsDateTimethis.IsDateTimeNo description available.
IsGuidthis.IsGuidNo description available.
IsDatethis.IsDateNo description available.
IsIntthis.IsIntNo description available.
IsTextthis.IsTextNo description available.
TextTextText represented as .
IntIntA 32-bit signed integer represented as .
Int64Int64A 64-bit signed integer represented as .
DecimalDecimalA decimal number represented as .
FloatFloatA double-precision binary number represented as .
BoolBoolA Boolean value represented as .
DateDateA calendar date represented as .
DateTimeDateTimeAn instant-like date and time represented as .
GuidGuidA globally unique identifier represented as .

IsFloat

this.IsFloat
Member

Returns

bool

IsInt64

this.IsInt64
Member

Returns

bool

IsBool

this.IsBool
Member

Returns

bool

IsDecimal

this.IsDecimal
Member

Returns

bool

IsDateTime

this.IsDateTime
Member

Returns

bool

IsGuid

this.IsGuid
Member

Returns

bool

IsDate

this.IsDate
Member

Returns

bool

IsInt

this.IsInt
Member

Returns

bool

IsText

this.IsText
Member

Returns

bool

Text

Text
Member
Text represented as String.

Returns

unit

Int

Int
Member
A 32-bit signed integer represented as Int32.

Returns

unit

Int64

Int64
Member
A 64-bit signed integer represented as Int64.

Returns

unit

Decimal

Decimal
Member
A decimal number represented as Decimal.

Returns

unit

Float

Float
Member
A double-precision binary number represented as Double.

Returns

unit

Bool

Bool
Member
A Boolean value represented as Boolean.

Returns

unit

Date

Date
Member
A calendar date represented as DateOnly.

Returns

unit

DateTime

DateTime
Member
An instant-like date and time represented as DateTimeOffset.

Returns

unit

Guid

Guid
Member
A globally unique identifier represented as Guid.

Returns

unit