Method | Description | |
---|---|---|
AssertBoolean ( string collectionPath, string key, bool value ) : void | ||
AssertCollectionDoesNotExist ( string collectionPath ) : void | ||
AssertCollectionExists ( string collectionPath ) : void | ||
AssertCollectionPropertyCount ( string collectionPath, int numProperties ) : void | ||
CollectionExists ( string collectionPath ) : bool | ||
CreateCollection ( string collectionPath ) : void | ||
DeleteCollection ( string collectionPath ) : bool | ||
DeleteProperty ( string collectionPath, string propertyName ) : bool | ||
GetBoolean ( string collectionPath, string propertyName ) : bool | ||
GetBoolean ( string collectionPath, string propertyName, bool defaultValue ) : bool | ||
GetInt32 ( string collectionPath, string propertyName ) : int | ||
GetInt32 ( string collectionPath, string propertyName, int defaultValue ) : int | ||
GetInt64 ( string collectionPath, string propertyName ) : long | ||
GetInt64 ( string collectionPath, string propertyName, long defaultValue ) : long | ||
GetLastWriteTime ( string collectionPath ) : System.DateTime | ||
GetMemoryStream ( string collectionPath, string propertyName ) : |
||
GetPropertyCount ( string collectionPath ) : int | ||
GetPropertyNames ( string collectionPath ) : IEnumerable |
||
GetPropertyType ( string collectionPath, string propertyName ) : SettingsType | ||
GetString ( string collectionPath, string propertyName ) : string | ||
GetString ( string collectionPath, string propertyName, string defaultValue ) : string | ||
GetSubCollectionCount ( string collectionPath ) : int | ||
GetSubCollectionNames ( string collectionPath ) : IEnumerable |
||
GetUInt32 ( string collectionPath, string propertyName ) : uint | ||
GetUInt32 ( string collectionPath, string propertyName, uint defaultValue ) : uint | ||
GetUInt64 ( string collectionPath, string propertyName ) : ulong | ||
GetUInt64 ( string collectionPath, string propertyName, ulong defaultValue ) : ulong | ||
PropertyExists ( string collectionPath, string propertyName ) : bool | ||
SetBoolean ( string collectionPath, string propertyName, bool value ) : void | ||
SetInt32 ( string collectionPath, string propertyName, int value ) : void | ||
SetInt64 ( string collectionPath, string propertyName, long value ) : void | ||
SetMemoryStream ( string collectionPath, string propertyName, |
||
SetString ( string collectionPath, string propertyName, string value ) : void | ||
SetUInt32 ( string collectionPath, string propertyName, uint value ) : void | ||
SetUInt64 ( string collectionPath, string propertyName, ulong value ) : void |
public AssertBoolean ( string collectionPath, string key, bool value ) : void | ||
collectionPath | string | |
key | string | |
value | bool | |
return | void |
public AssertCollectionDoesNotExist ( string collectionPath ) : void | ||
collectionPath | string | |
return | void |
public AssertCollectionExists ( string collectionPath ) : void | ||
collectionPath | string | |
return | void |
public AssertCollectionPropertyCount ( string collectionPath, int numProperties ) : void | ||
collectionPath | string | |
numProperties | int | |
return | void |
public CollectionExists ( string collectionPath ) : bool | ||
collectionPath | string | |
return | bool |
public CreateCollection ( string collectionPath ) : void | ||
collectionPath | string | |
return | void |
public DeleteCollection ( string collectionPath ) : bool | ||
collectionPath | string | |
return | bool |
public DeleteProperty ( string collectionPath, string propertyName ) : bool | ||
collectionPath | string | |
propertyName | string | |
return | bool |
public GetBoolean ( string collectionPath, string propertyName ) : bool | ||
collectionPath | string | |
propertyName | string | |
return | bool |
public GetBoolean ( string collectionPath, string propertyName, bool defaultValue ) : bool | ||
collectionPath | string | |
propertyName | string | |
defaultValue | bool | |
return | bool |
public GetInt32 ( string collectionPath, string propertyName ) : int | ||
collectionPath | string | |
propertyName | string | |
return | int |
public GetInt32 ( string collectionPath, string propertyName, int defaultValue ) : int | ||
collectionPath | string | |
propertyName | string | |
defaultValue | int | |
return | int |
public GetInt64 ( string collectionPath, string propertyName ) : long | ||
collectionPath | string | |
propertyName | string | |
return | long |
public GetInt64 ( string collectionPath, string propertyName, long defaultValue ) : long | ||
collectionPath | string | |
propertyName | string | |
defaultValue | long | |
return | long |
public GetLastWriteTime ( string collectionPath ) : System.DateTime | ||
collectionPath | string | |
return | System.DateTime |
public GetMemoryStream ( string collectionPath, string propertyName ) : |
||
collectionPath | string | |
propertyName | string | |
return |
public GetPropertyCount ( string collectionPath ) : int | ||
collectionPath | string | |
return | int |
public GetPropertyNames ( string collectionPath ) : IEnumerable |
||
collectionPath | string | |
return | IEnumerable |
public GetPropertyType ( string collectionPath, string propertyName ) : SettingsType | ||
collectionPath | string | |
propertyName | string | |
return | SettingsType |
public GetString ( string collectionPath, string propertyName ) : string | ||
collectionPath | string | |
propertyName | string | |
return | string |
public GetString ( string collectionPath, string propertyName, string defaultValue ) : string | ||
collectionPath | string | |
propertyName | string | |
defaultValue | string | |
return | string |
public GetSubCollectionCount ( string collectionPath ) : int | ||
collectionPath | string | |
return | int |
public GetSubCollectionNames ( string collectionPath ) : IEnumerable |
||
collectionPath | string | |
return | IEnumerable |
public GetUInt32 ( string collectionPath, string propertyName ) : uint | ||
collectionPath | string | |
propertyName | string | |
return | uint |
public GetUInt32 ( string collectionPath, string propertyName, uint defaultValue ) : uint | ||
collectionPath | string | |
propertyName | string | |
defaultValue | uint | |
return | uint |
public GetUInt64 ( string collectionPath, string propertyName ) : ulong | ||
collectionPath | string | |
propertyName | string | |
return | ulong |
public GetUInt64 ( string collectionPath, string propertyName, ulong defaultValue ) : ulong | ||
collectionPath | string | |
propertyName | string | |
defaultValue | ulong | |
return | ulong |
public PropertyExists ( string collectionPath, string propertyName ) : bool | ||
collectionPath | string | |
propertyName | string | |
return | bool |
public SetBoolean ( string collectionPath, string propertyName, bool value ) : void | ||
collectionPath | string | |
propertyName | string | |
value | bool | |
return | void |
public SetInt32 ( string collectionPath, string propertyName, int value ) : void | ||
collectionPath | string | |
propertyName | string | |
value | int | |
return | void |
public SetInt64 ( string collectionPath, string propertyName, long value ) : void | ||
collectionPath | string | |
propertyName | string | |
value | long | |
return | void |
public SetMemoryStream ( string collectionPath, string propertyName, |
||
collectionPath | string | |
propertyName | string | |
value | ||
return | void |
public SetString ( string collectionPath, string propertyName, string value ) : void | ||
collectionPath | string | |
propertyName | string | |
value | string | |
return | void |
public SetUInt32 ( string collectionPath, string propertyName, uint value ) : void | ||
collectionPath | string | |
propertyName | string | |
value | uint | |
return | void |
public SetUInt64 ( string collectionPath, string propertyName, ulong value ) : void | ||
collectionPath | string | |
propertyName | string | |
value | ulong | |
return | void |