Method | Description | |
---|---|---|
GetModule ( string Module, bool Create = false ) : Expression>.ConcurrentDictionary |
||
GetValue ( string Module, string Key ) : Expression | ||
GetValue ( string Module, string Key, CreateValueDelegate CreateValue ) : Expression | ||
InvalidModule ( string Module ) : bool | ||
InvalidateKey ( string Module, string Key ) : bool | ||
SetValue ( string Module, string Key, Expression Expression ) : bool |
Method | Description | |
---|---|---|
GetModuleValue ( string Module, string Key, CreateValueDelegate CreateValue ) : Expression |
public static GetModule ( string Module, bool Create = false ) : Expression>.ConcurrentDictionary |
||
Module | string | |
Create | bool | |
return | Expression>.ConcurrentDictionary |
public static GetValue ( string Module, string Key ) : Expression | ||
Module | string | |
Key | string | |
return | Expression |
public static GetValue ( string Module, string Key, CreateValueDelegate CreateValue ) : Expression | ||
Module | string | |
Key | string | |
CreateValue | CreateValueDelegate | |
return | Expression |
public static InvalidModule ( string Module ) : bool | ||
Module | string | |
return | bool |
public static InvalidateKey ( string Module, string Key ) : bool | ||
Module | string | |
Key | string | |
return | bool |
public static SetValue ( string Module, string Key, Expression Expression ) : bool | ||
Module | string | |
Key | string | |
Expression | Expression | |
return | bool |