Method | Description | |
---|---|---|
AddElement ( string strName, |
||
AfterInit ( ) : void | ||
BeforeShut ( ) : void | ||
Clear ( ) : bool | ||
Execute ( ) : void | ||
ExistElement ( string strConfigName ) : bool | ||
GetElement ( string strConfigName ) : NFIElement | ||
Init ( ) : void | ||
Load ( ) : bool | ||
NFCElementModule ( ) : System | ||
QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double | ||
QueryPropertyInt ( string strConfigName, string strPropertyName ) : Int64 | ||
QueryPropertyString ( string strConfigName, string strPropertyName ) : string | ||
Shut ( ) : void |
Method | Description | |
---|---|---|
ClearInstanceElement ( ) : void | ||
LoadInstanceElement ( NFILogicClass xLogicClass ) : void |
public AddElement ( string strName, |
||
strName | string | |
xElement | ||
return | bool |
public ExistElement ( string strConfigName ) : bool | ||
strConfigName | string | |
return | bool |
public GetElement ( string strConfigName ) : NFIElement | ||
strConfigName | string | |
return | NFIElement |
public QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double | ||
strConfigName | string | |
strPropertyName | string | |
return | double |
public QueryPropertyInt ( string strConfigName, string strPropertyName ) : Int64 | ||
strConfigName | string | |
strPropertyName | string | |
return | Int64 |
public QueryPropertyString ( string strConfigName, string strPropertyName ) : string | ||
strConfigName | string | |
strPropertyName | string | |
return | string |