Method | Description | |
---|---|---|
CanConvertTo ( |
||
ConvertTo ( |
||
GenericQbItem ( string name, |
||
GenericQbItem ( string name, byte value, |
||
GenericQbItem ( string name, float value, |
||
GenericQbItem ( string name, int value, |
||
GenericQbItem ( string name, string value, |
||
GenericQbItem ( string name, uint value, |
||
GetTypeName ( |
||
IsTypeSupported ( |
||
ToByteArray ( ) : byte[] | ||
ToInt32 ( ) : int | ||
ToQbKey ( ) : |
||
ToSingle ( ) : float | ||
ToString ( ) : string | ||
ToUInt32 ( ) : uint | ||
ValidateText ( |
Method | Description | |
---|---|---|
GenericQbItem ( ) : System | ||
GenericQbItem ( string name, |
||
convert ( string text, |
||
convert ( |
Convert text representations
|
|
getToError ( |
public CanConvertTo ( |
||
toType | ||
return | bool |
public ConvertTo ( |
||
toType | ||
return | string |
public GenericQbItem ( string name, |
||
name | string | |
value | ||
editType | ||
readOnly | bool | |
useQbItemType | bool | |
qbType | QbItemType | |
sourceProperty | string | |
return | System |
public GenericQbItem ( string name, byte value, |
||
name | string | |
value | byte | |
editType | ||
readOnly | bool | |
useQbItemType | bool | |
qbType | QbItemType | |
sourceProperty | string | |
return | System |
public GenericQbItem ( string name, float value, |
||
name | string | |
value | float | |
editType | ||
readOnly | bool | |
useQbItemType | bool | |
qbType | QbItemType | |
sourceProperty | string | |
return | System |
public GenericQbItem ( string name, int value, |
||
name | string | |
value | int | |
editType | ||
readOnly | bool | |
useQbItemType | bool | |
qbType | QbItemType | |
sourceProperty | string | |
return | System |
public GenericQbItem ( string name, string value, |
||
name | string | |
value | string | |
editType | ||
readOnly | bool | |
useQbItemType | bool | |
qbType | QbItemType | |
sourceProperty | string | |
return | System |
public GenericQbItem ( string name, uint value, |
||
name | string | |
value | uint | |
editType | ||
readOnly | bool | |
useQbItemType | bool | |
qbType | QbItemType | |
sourceProperty | string | |
return | System |
public static GetTypeName ( |
||
t | ||
return | string |
public static IsTypeSupported ( |
||
t | ||
return | bool |
public static ValidateText ( |
||
t | ||
editType | ||
text | string | |
return | string |