C# Class Pickaxe.Runtime.TablePrimitive

Afficher le fichier Open project: bitsummation/pickaxe Class Usage Examples

Méthodes publiques

Свойство Type Description
Date TablePrimitive
Float TablePrimitive
Identity TablePrimitive
Integer TablePrimitive
String TablePrimitive

Méthodes publiques

Méthode Description
FromString ( string type ) : TablePrimitive
FromType ( Type type ) : TablePrimitive
ToNative ( System.CodeDom.CodeExpression expression ) : System.CodeDom.CodeExpression

Method Details

FromString() public static méthode

public static FromString ( string type ) : TablePrimitive
type string
Résultat TablePrimitive

FromType() public static méthode

public static FromType ( Type type ) : TablePrimitive
type System.Type
Résultat TablePrimitive

ToNative() public abstract méthode

public abstract ToNative ( System.CodeDom.CodeExpression expression ) : System.CodeDom.CodeExpression
expression System.CodeDom.CodeExpression
Résultat System.CodeDom.CodeExpression

Property Details

Date public_oe static_oe property

public static TablePrimitive,Pickaxe.Runtime Date
Résultat TablePrimitive

Float public_oe static_oe property

public static TablePrimitive,Pickaxe.Runtime Float
Résultat TablePrimitive

Identity public_oe static_oe property

public static TablePrimitive,Pickaxe.Runtime Identity
Résultat TablePrimitive

Integer public_oe static_oe property

public static TablePrimitive,Pickaxe.Runtime Integer
Résultat TablePrimitive

String public_oe static_oe property

public static TablePrimitive,Pickaxe.Runtime String
Résultat TablePrimitive