C# Class Ancestry.QueryProcessor.Type.SystemTypes

Show file Open project: Ancestry/DotQL

Public Properties

Property Type Description
Boolean ScalarType
Char CharType
DateTime DateTimeType
Double DoubleType
Int32 BaseIntegerType
Int64 BaseIntegerType
String StringType
TimeSpan TimeSpanType
Void VoidType

Property Details

Boolean public static property

public static ScalarType,Ancestry.QueryProcessor.Type Boolean
return ScalarType

Char public static property

public static CharType,Ancestry.QueryProcessor.Type Char
return CharType

DateTime public static property

public static DateTimeType,Ancestry.QueryProcessor.Type DateTime
return DateTimeType

Double public static property

public static DoubleType,Ancestry.QueryProcessor.Type Double
return DoubleType

Int32 public static property

public static BaseIntegerType,Ancestry.QueryProcessor.Type Int32
return BaseIntegerType

Int64 public static property

public static BaseIntegerType,Ancestry.QueryProcessor.Type Int64
return BaseIntegerType

String public static property

public static StringType,Ancestry.QueryProcessor.Type String
return StringType

TimeSpan public static property

public static TimeSpanType,Ancestry.QueryProcessor.Type TimeSpan
return TimeSpanType

Void public static property

public static VoidType,Ancestry.QueryProcessor.Type Void
return VoidType