Interface IData
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
Methods
|
Improve this Doc
View Source
Declaration
T GetExtraData<T>(string name, T defaultValue = null)
Parameters
Type |
Name |
Description |
System.String |
name |
|
T |
defaultValue |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
bool HasExtraData(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetExraData<T>(String, T, T)
Declaration
bool SetExraData<T>(string name, T value, T defaultValue = null)
Parameters
Type |
Name |
Description |
System.String |
name |
|
T |
value |
|
T |
defaultValue |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters