Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetExtendedData ( ) : object>.IDictionary |
||
GetKPIData ( string key ) : |
||
GetProperty ( string name ) : object | ||
KPIDatasource ( Node parent ) : System | ||
KPIDatasource ( Node parent, string nodeTypeName ) : System | ||
SetExtendedData ( object>.IDictionary |
||
SetProperty ( string name, object value ) : void |
Method | Description | |
---|---|---|
KPIDatasource ( |
||
OnLoaded ( object sender, |
public GetExtendedData ( ) : object>.IDictionary |
||
return | object>.IDictionary |
public KPIDatasource ( Node parent ) : System | ||
parent | Node | |
return | System |
public KPIDatasource ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
return | System |
protected KPIDatasource ( |
||
nt | ||
return | System |
protected OnLoaded ( object sender, |
||
sender | object | |
e | ||
return | void |
public SetExtendedData ( object>.IDictionary |
||
data | object>.IDictionary | |
return | void |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |