C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableWritableSettingsStore

Inheritance: WritableSettingsStore
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Méthodes publiques

Méthode 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 ) : MemoryStream
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, MemoryStream value ) : void
SetString ( string collectionPath, string propertyName, string value ) : void
SetUInt32 ( string collectionPath, string propertyName, uint value ) : void
SetUInt64 ( string collectionPath, string propertyName, ulong value ) : void

Method Details

AssertBoolean() public méthode

public AssertBoolean ( string collectionPath, string key, bool value ) : void
collectionPath string
key string
value bool
Résultat void

AssertCollectionDoesNotExist() public méthode

public AssertCollectionDoesNotExist ( string collectionPath ) : void
collectionPath string
Résultat void

AssertCollectionExists() public méthode

public AssertCollectionExists ( string collectionPath ) : void
collectionPath string
Résultat void

AssertCollectionPropertyCount() public méthode

public AssertCollectionPropertyCount ( string collectionPath, int numProperties ) : void
collectionPath string
numProperties int
Résultat void

CollectionExists() public méthode

public CollectionExists ( string collectionPath ) : bool
collectionPath string
Résultat bool

CreateCollection() public méthode

public CreateCollection ( string collectionPath ) : void
collectionPath string
Résultat void

DeleteCollection() public méthode

public DeleteCollection ( string collectionPath ) : bool
collectionPath string
Résultat bool

DeleteProperty() public méthode

public DeleteProperty ( string collectionPath, string propertyName ) : bool
collectionPath string
propertyName string
Résultat bool

GetBoolean() public méthode

public GetBoolean ( string collectionPath, string propertyName ) : bool
collectionPath string
propertyName string
Résultat bool

GetBoolean() public méthode

public GetBoolean ( string collectionPath, string propertyName, bool defaultValue ) : bool
collectionPath string
propertyName string
defaultValue bool
Résultat bool

GetInt32() public méthode

public GetInt32 ( string collectionPath, string propertyName ) : int
collectionPath string
propertyName string
Résultat int

GetInt32() public méthode

public GetInt32 ( string collectionPath, string propertyName, int defaultValue ) : int
collectionPath string
propertyName string
defaultValue int
Résultat int

GetInt64() public méthode

public GetInt64 ( string collectionPath, string propertyName ) : long
collectionPath string
propertyName string
Résultat long

GetInt64() public méthode

public GetInt64 ( string collectionPath, string propertyName, long defaultValue ) : long
collectionPath string
propertyName string
defaultValue long
Résultat long

GetLastWriteTime() public méthode

public GetLastWriteTime ( string collectionPath ) : System.DateTime
collectionPath string
Résultat System.DateTime

GetMemoryStream() public méthode

public GetMemoryStream ( string collectionPath, string propertyName ) : MemoryStream
collectionPath string
propertyName string
Résultat System.IO.MemoryStream

GetPropertyCount() public méthode

public GetPropertyCount ( string collectionPath ) : int
collectionPath string
Résultat int

GetPropertyNames() public méthode

public GetPropertyNames ( string collectionPath ) : IEnumerable
collectionPath string
Résultat IEnumerable

GetPropertyType() public méthode

public GetPropertyType ( string collectionPath, string propertyName ) : SettingsType
collectionPath string
propertyName string
Résultat SettingsType

GetString() public méthode

public GetString ( string collectionPath, string propertyName ) : string
collectionPath string
propertyName string
Résultat string

GetString() public méthode

public GetString ( string collectionPath, string propertyName, string defaultValue ) : string
collectionPath string
propertyName string
defaultValue string
Résultat string

GetSubCollectionCount() public méthode

public GetSubCollectionCount ( string collectionPath ) : int
collectionPath string
Résultat int

GetSubCollectionNames() public méthode

public GetSubCollectionNames ( string collectionPath ) : IEnumerable
collectionPath string
Résultat IEnumerable

GetUInt32() public méthode

public GetUInt32 ( string collectionPath, string propertyName ) : uint
collectionPath string
propertyName string
Résultat uint

GetUInt32() public méthode

public GetUInt32 ( string collectionPath, string propertyName, uint defaultValue ) : uint
collectionPath string
propertyName string
defaultValue uint
Résultat uint

GetUInt64() public méthode

public GetUInt64 ( string collectionPath, string propertyName ) : ulong
collectionPath string
propertyName string
Résultat ulong

GetUInt64() public méthode

public GetUInt64 ( string collectionPath, string propertyName, ulong defaultValue ) : ulong
collectionPath string
propertyName string
defaultValue ulong
Résultat ulong

PropertyExists() public méthode

public PropertyExists ( string collectionPath, string propertyName ) : bool
collectionPath string
propertyName string
Résultat bool

SetBoolean() public méthode

public SetBoolean ( string collectionPath, string propertyName, bool value ) : void
collectionPath string
propertyName string
value bool
Résultat void

SetInt32() public méthode

public SetInt32 ( string collectionPath, string propertyName, int value ) : void
collectionPath string
propertyName string
value int
Résultat void

SetInt64() public méthode

public SetInt64 ( string collectionPath, string propertyName, long value ) : void
collectionPath string
propertyName string
value long
Résultat void

SetMemoryStream() public méthode

public SetMemoryStream ( string collectionPath, string propertyName, MemoryStream value ) : void
collectionPath string
propertyName string
value System.IO.MemoryStream
Résultat void

SetString() public méthode

public SetString ( string collectionPath, string propertyName, string value ) : void
collectionPath string
propertyName string
value string
Résultat void

SetUInt32() public méthode

public SetUInt32 ( string collectionPath, string propertyName, uint value ) : void
collectionPath string
propertyName string
value uint
Résultat void

SetUInt64() public méthode

public SetUInt64 ( string collectionPath, string propertyName, ulong value ) : void
collectionPath string
propertyName string
value ulong
Résultat void