Метод | Описание | |
---|---|---|
AddElement ( string strName, |
||
Clear ( ) : bool | ||
ExistElement ( string strConfigName ) : bool | ||
GetElement ( string strConfigName ) : |
||
Load ( ) : bool | ||
NFIElementModule ( ) : System | ||
QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double | ||
QueryPropertyInt ( string strConfigName, string strPropertyName ) : System.Int64 | ||
QueryPropertyString ( string strConfigName, string strPropertyName ) : string |
public abstract AddElement ( string strName, |
||
strName | string | |
xElement | ||
Результат | bool |
public abstract ExistElement ( string strConfigName ) : bool | ||
strConfigName | string | |
Результат | bool |
public abstract GetElement ( string strConfigName ) : |
||
strConfigName | string | |
Результат |
public abstract QueryPropertyFloat ( string strConfigName, string strPropertyName ) : double | ||
strConfigName | string | |
strPropertyName | string | |
Результат | double |
public abstract QueryPropertyInt ( string strConfigName, string strPropertyName ) : System.Int64 | ||
strConfigName | string | |
strPropertyName | string | |
Результат | System.Int64 |
public abstract QueryPropertyString ( string strConfigName, string strPropertyName ) : string | ||
strConfigName | string | |
strPropertyName | string | |
Результат | string |