Class SpelTypeCode
Inheritance
System.Object
SpelTypeCode
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class SpelTypeCode : object
Fields
|
Edit this page
View Source
BOOLEAN
Declaration
public static readonly SpelTypeCode BOOLEAN
Field Value
|
Edit this page
View Source
BYTE
Declaration
public static readonly SpelTypeCode BYTE
Field Value
|
Edit this page
View Source
CHAR
Declaration
public static readonly SpelTypeCode CHAR
Field Value
|
Edit this page
View Source
DOUBLE
Declaration
public static readonly SpelTypeCode DOUBLE
Field Value
|
Edit this page
View Source
FLOAT
Declaration
public static readonly SpelTypeCode FLOAT
Field Value
|
Edit this page
View Source
INT
Declaration
public static readonly SpelTypeCode INT
Field Value
|
Edit this page
View Source
LONG
Declaration
public static readonly SpelTypeCode LONG
Field Value
|
Edit this page
View Source
OBJECT
Declaration
public static readonly SpelTypeCode OBJECT
Field Value
|
Edit this page
View Source
SBYTE
Declaration
public static readonly SpelTypeCode SBYTE
Field Value
|
Edit this page
View Source
SHORT
Declaration
public static readonly SpelTypeCode SHORT
Field Value
|
Edit this page
View Source
UINT
Declaration
public static readonly SpelTypeCode UINT
Field Value
|
Edit this page
View Source
ULONG
Declaration
public static readonly SpelTypeCode ULONG
Field Value
|
Edit this page
View Source
USHORT
Declaration
public static readonly SpelTypeCode USHORT
Field Value
Properties
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Type
Declaration
public Type Type { get; }
Property Value
Methods
|
Edit this page
View Source
ForName(String)
Declaration
public static SpelTypeCode ForName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
|
Edit this page
View Source
ForType(Type)
Declaration
public static SpelTypeCode ForType(Type clazz)
Parameters
Type |
Name |
Description |
Type |
clazz |
|
Returns