Method | Description | |
---|---|---|
AddHeartBeat ( string strHeartBeatName, float fTime, int nCount, |
||
ClassName ( ) : string | ||
ConfigIndex ( ) : string | ||
ContainerID ( ) : int | ||
FindHeartBeat ( string strHeartBeatName ) : bool | ||
FindProperty ( string strPropertyName ) : bool | ||
FindRecord ( string strRecordName ) : bool | ||
GetHeartBeatManager ( ) : |
||
GetPropertyManager ( ) : |
||
GetRecordManager ( ) : |
||
GroupID ( ) : int | ||
Init ( ) : void | ||
NFCObject ( |
||
QueryPropertyFloat ( string strPropertyName ) : double | ||
QueryPropertyInt ( string strPropertyName ) : System.Int64 | ||
QueryPropertyObject ( string strPropertyName ) : |
||
QueryPropertyString ( string strPropertyName ) : string | ||
QueryPropertyVector2 ( string strPropertyName ) : |
||
QueryPropertyVector3 ( string strPropertyName ) : |
||
QueryRecordFloat ( string strRecordName, int nRow, int nCol ) : double | ||
QueryRecordInt ( string strRecordName, int nRow, int nCol ) : System.Int64 | ||
QueryRecordObject ( string strRecordName, int nRow, int nCol ) : |
||
QueryRecordString ( string strRecordName, int nRow, int nCol ) : string | ||
QueryRecordVector2 ( string strRecordName, int nRow, int nCol ) : |
||
QueryRecordVector3 ( string strRecordName, int nRow, int nCol ) : |
||
RemoveHeartBeat ( string strHeartBeatName ) : void | ||
Self ( ) : |
||
SetPropertyFloat ( string strPropertyName, double fValue ) : bool | ||
SetPropertyInt ( string strPropertyName, System.Int64 nValue ) : bool | ||
SetPropertyObject ( string strPropertyName, |
||
SetPropertyString ( string strPropertyName, string strValue ) : bool | ||
SetPropertyVector2 ( string strPropertyName, |
||
SetPropertyVector3 ( string strPropertyName, |
||
SetRecordFloat ( string strRecordName, int nRow, int nCol, double fValue ) : bool | ||
SetRecordInt ( string strRecordName, int nRow, int nCol, System.Int64 nValue ) : bool | ||
SetRecordObject ( string strRecordName, int nRow, int nCol, |
||
SetRecordString ( string strRecordName, int nRow, int nCol, string strValue ) : bool | ||
SetRecordVector2 ( string strRecordName, int nRow, int nCol, |
||
SetRecordVector3 ( string strRecordName, int nRow, int nCol, |
||
Shut ( ) : void | ||
UpData ( float fLastTime, float fAllTime ) : bool |
public AddHeartBeat ( string strHeartBeatName, float fTime, int nCount, |
||
strHeartBeatName | string | |
fTime | float | |
nCount | int | |
handler | ||
return | void |
public FindHeartBeat ( string strHeartBeatName ) : bool | ||
strHeartBeatName | string | |
return | bool |
public FindProperty ( string strPropertyName ) : bool | ||
strPropertyName | string | |
return | bool |
public FindRecord ( string strRecordName ) : bool | ||
strRecordName | string | |
return | bool |
public GetHeartBeatManager ( ) : |
||
return |
public GetPropertyManager ( ) : |
||
return |
public GetRecordManager ( ) : |
||
return |
public NFCObject ( |
||
self | ||
nContainerID | int | |
nGroupID | int | |
strClassName | string | |
strConfigIndex | string | |
return | System |
public QueryPropertyFloat ( string strPropertyName ) : double | ||
strPropertyName | string | |
return | double |
public QueryPropertyInt ( string strPropertyName ) : System.Int64 | ||
strPropertyName | string | |
return | System.Int64 |
public QueryPropertyObject ( string strPropertyName ) : |
||
strPropertyName | string | |
return |
public QueryPropertyString ( string strPropertyName ) : string | ||
strPropertyName | string | |
return | string |
public QueryPropertyVector2 ( string strPropertyName ) : |
||
strPropertyName | string | |
return |
public QueryPropertyVector3 ( string strPropertyName ) : |
||
strPropertyName | string | |
return |
public QueryRecordFloat ( string strRecordName, int nRow, int nCol ) : double | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | double |
public QueryRecordInt ( string strRecordName, int nRow, int nCol ) : System.Int64 | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | System.Int64 |
public QueryRecordObject ( string strRecordName, int nRow, int nCol ) : |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public QueryRecordString ( string strRecordName, int nRow, int nCol ) : string | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | string |
public QueryRecordVector2 ( string strRecordName, int nRow, int nCol ) : |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public QueryRecordVector3 ( string strRecordName, int nRow, int nCol ) : |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public RemoveHeartBeat ( string strHeartBeatName ) : void | ||
strHeartBeatName | string | |
return | void |
public SetPropertyFloat ( string strPropertyName, double fValue ) : bool | ||
strPropertyName | string | |
fValue | double | |
return | bool |
public SetPropertyInt ( string strPropertyName, System.Int64 nValue ) : bool | ||
strPropertyName | string | |
nValue | System.Int64 | |
return | bool |
public SetPropertyObject ( string strPropertyName, |
||
strPropertyName | string | |
obj | ||
return | bool |
public SetPropertyString ( string strPropertyName, string strValue ) : bool | ||
strPropertyName | string | |
strValue | string | |
return | bool |
public SetPropertyVector2 ( string strPropertyName, |
||
strPropertyName | string | |
obj | ||
return | bool |
public SetPropertyVector3 ( string strPropertyName, |
||
strPropertyName | string | |
obj | ||
return | bool |
public SetRecordFloat ( string strRecordName, int nRow, int nCol, double fValue ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
fValue | double | |
return | bool |
public SetRecordInt ( string strRecordName, int nRow, int nCol, System.Int64 nValue ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
nValue | System.Int64 | |
return | bool |
public SetRecordObject ( string strRecordName, int nRow, int nCol, |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
obj | ||
return | bool |
public SetRecordString ( string strRecordName, int nRow, int nCol, string strValue ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
strValue | string | |
return | bool |
public SetRecordVector2 ( string strRecordName, int nRow, int nCol, |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
obj | ||
return | bool |
public SetRecordVector3 ( string strRecordName, int nRow, int nCol, |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
obj | ||
return | bool |
public UpData ( float fLastTime, float fAllTime ) : bool | ||
fLastTime | float | |
fAllTime | float | |
return | bool |