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 | ||
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, Int64 nValue ) : bool | ||
SetPropertyObject ( string strPropertyName, NFGUID obj ) : bool | ||
SetPropertyString ( string strPropertyName, string strValue ) : bool | ||
SetPropertyVector2 ( string strPropertyName, NFVector2 obj ) : bool | ||
SetPropertyVector3 ( string strPropertyName, NFVector3 obj ) : bool | ||
SetRecordFloat ( string strRecordName, int nRow, int nCol, double fValue ) : bool | ||
SetRecordInt ( string strRecordName, int nRow, int nCol, Int64 nValue ) : bool | ||
SetRecordObject ( string strRecordName, int nRow, int nCol, NFGUID obj ) : bool | ||
SetRecordString ( string strRecordName, int nRow, int nCol, string strValue ) : bool | ||
SetRecordVector2 ( string strRecordName, int nRow, int nCol, NFVector2 obj ) : bool | ||
SetRecordVector3 ( string strRecordName, int nRow, int nCol, NFVector3 obj ) : bool | ||
Shut ( ) : void | ||
UpData ( float fLastTime, float fAllTime ) : bool |
public abstract AddHeartBeat ( string strHeartBeatName, float fTime, int nCount, |
||
strHeartBeatName | string | |
fTime | float | |
nCount | int | |
handler | ||
return | void |
public abstract FindHeartBeat ( string strHeartBeatName ) : bool | ||
strHeartBeatName | string | |
return | bool |
public abstract FindProperty ( string strPropertyName ) : bool | ||
strPropertyName | string | |
return | bool |
public abstract FindRecord ( string strRecordName ) : bool | ||
strRecordName | string | |
return | bool |
public abstract GetHeartBeatManager ( ) : |
||
return |
public abstract GetPropertyManager ( ) : |
||
return |
public abstract GetRecordManager ( ) : |
||
return |
public abstract QueryPropertyFloat ( string strPropertyName ) : double | ||
strPropertyName | string | |
return | double |
public abstract QueryPropertyInt ( string strPropertyName ) : System.Int64 | ||
strPropertyName | string | |
return | System.Int64 |
public abstract QueryPropertyObject ( string strPropertyName ) : |
||
strPropertyName | string | |
return |
public abstract QueryPropertyString ( string strPropertyName ) : string | ||
strPropertyName | string | |
return | string |
public abstract QueryPropertyVector2 ( string strPropertyName ) : |
||
strPropertyName | string | |
return |
public abstract QueryPropertyVector3 ( string strPropertyName ) : |
||
strPropertyName | string | |
return |
public abstract QueryRecordFloat ( string strRecordName, int nRow, int nCol ) : double | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | double |
public abstract QueryRecordInt ( string strRecordName, int nRow, int nCol ) : System.Int64 | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | System.Int64 |
public abstract QueryRecordObject ( string strRecordName, int nRow, int nCol ) : |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public abstract QueryRecordString ( string strRecordName, int nRow, int nCol ) : string | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | string |
public abstract QueryRecordVector2 ( string strRecordName, int nRow, int nCol ) : |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public abstract QueryRecordVector3 ( string strRecordName, int nRow, int nCol ) : |
||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public abstract RemoveHeartBeat ( string strHeartBeatName ) : void | ||
strHeartBeatName | string | |
return | void |
public abstract SetPropertyFloat ( string strPropertyName, double fValue ) : bool | ||
strPropertyName | string | |
fValue | double | |
return | bool |
public abstract SetPropertyInt ( string strPropertyName, Int64 nValue ) : bool | ||
strPropertyName | string | |
nValue | Int64 | |
return | bool |
public abstract SetPropertyObject ( string strPropertyName, NFGUID obj ) : bool | ||
strPropertyName | string | |
obj | NFGUID | |
return | bool |
public abstract SetPropertyString ( string strPropertyName, string strValue ) : bool | ||
strPropertyName | string | |
strValue | string | |
return | bool |
public abstract SetPropertyVector2 ( string strPropertyName, NFVector2 obj ) : bool | ||
strPropertyName | string | |
obj | NFVector2 | |
return | bool |
public abstract SetPropertyVector3 ( string strPropertyName, NFVector3 obj ) : bool | ||
strPropertyName | string | |
obj | NFVector3 | |
return | bool |
public abstract SetRecordFloat ( string strRecordName, int nRow, int nCol, double fValue ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
fValue | double | |
return | bool |
public abstract SetRecordInt ( string strRecordName, int nRow, int nCol, Int64 nValue ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
nValue | Int64 | |
return | bool |
public abstract SetRecordObject ( string strRecordName, int nRow, int nCol, NFGUID obj ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
obj | NFGUID | |
return | bool |
public abstract SetRecordString ( string strRecordName, int nRow, int nCol, string strValue ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
strValue | string | |
return | bool |
public abstract SetRecordVector2 ( string strRecordName, int nRow, int nCol, NFVector2 obj ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
obj | NFVector2 | |
return | bool |
public abstract SetRecordVector3 ( string strRecordName, int nRow, int nCol, NFVector3 obj ) : bool | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
obj | NFVector3 | |
return | bool |
public abstract UpData ( float fLastTime, float fAllTime ) : bool | ||
fLastTime | float | |
fAllTime | float | |
return | bool |