Property | Type | Description | |
---|---|---|---|
ROOT_KEY | string |
Property | Type | Description | |
---|---|---|---|
m_rootKey | string |
Method | Description | |
---|---|---|
DynamicSettings ( ) : System | ||
DynamicSettings ( System.Guid pluginGuid ) : System | ||
DynamicSettings ( System.Guid pluginGuid, string subkey ) : System | ||
DynamicSettings ( string root ) : System | ||
GetEncryptedSetting ( string name ) : string | ||
GetEncryptedSetting ( string name, byte optionalEntropy ) : string | ||
GetSetting ( string name ) : DynamicSetting | ||
GetSetting ( string name, object def ) : DynamicSetting | ||
GetSettings ( string encypted ) : string>.Dictionary |
Get a dictionary containing all values of the pgina registry key. The Dictionary key is the sub-key name, the value is a pGinaDynamicSettings object corresponding to the sub-key.
|
|
SetDefault ( string name, object value ) : void |
Sets the default value for a setting. Checks to see if the setting is already defined in the registry. If so, the method does nothing. Otherwise the setting is initialized to value.
|
|
SetDefaultEncryptedSetting ( string name, string value ) : void | ||
SetDefaultEncryptedSetting ( string name, string value, byte optionalEntropy ) : void | ||
SetEncryptedSetting ( string name, string value ) : void | ||
SetEncryptedSetting ( string name, string value, byte optionalEntropy ) : void | ||
SetSetting ( string name, object value ) : void | ||
TryGetMember ( GetMemberBinder binder, object &result ) : bool | ||
TrySetMember ( SetMemberBinder binder, object value ) : bool |
Method | Description | |
---|---|---|
GetSettingFromRegistry ( string name ) : object |
public DynamicSettings ( System.Guid pluginGuid ) : System | ||
pluginGuid | System.Guid | |
return | System |
public DynamicSettings ( System.Guid pluginGuid, string subkey ) : System | ||
pluginGuid | System.Guid | |
subkey | string | |
return | System |
public DynamicSettings ( string root ) : System | ||
root | string | |
return | System |
public GetEncryptedSetting ( string name ) : string | ||
name | string | |
return | string |
public GetEncryptedSetting ( string name, byte optionalEntropy ) : string | ||
name | string | |
optionalEntropy | byte | |
return | string |
public GetSetting ( string name ) : DynamicSetting | ||
name | string | |
return | DynamicSetting |
public GetSetting ( string name, object def ) : DynamicSetting | ||
name | string | |
def | object | |
return | DynamicSetting |
public GetSettings ( string encypted ) : string>.Dictionary |
||
encypted | string | |
return | string>.Dictionary |
public SetDefault ( string name, object value ) : void | ||
name | string | The name of the setting |
value | object | The default value for the setting |
return | void |
public SetDefaultEncryptedSetting ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public SetDefaultEncryptedSetting ( string name, string value, byte optionalEntropy ) : void | ||
name | string | |
value | string | |
optionalEntropy | byte | |
return | void |
public SetEncryptedSetting ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public SetEncryptedSetting ( string name, string value, byte optionalEntropy ) : void | ||
name | string | |
value | string | |
optionalEntropy | byte | |
return | void |
public SetSetting ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public TryGetMember ( GetMemberBinder binder, object &result ) : bool | ||
binder | GetMemberBinder | |
result | object | |
return | bool |
public TrySetMember ( SetMemberBinder binder, object value ) : bool | ||
binder | SetMemberBinder | |
value | object | |
return | bool |