C# Класс SonarLint.VisualStudio.Integration.UnitTests.ConfigurableWritableSettingsStore

Наследование: WritableSettingsStore
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AssertBoolean() публичный Метод

public AssertBoolean ( string collectionPath, string key, bool value ) : void
collectionPath string
key string
value bool
Результат void

AssertCollectionDoesNotExist() публичный Метод

public AssertCollectionDoesNotExist ( string collectionPath ) : void
collectionPath string
Результат void

AssertCollectionExists() публичный Метод

public AssertCollectionExists ( string collectionPath ) : void
collectionPath string
Результат void

AssertCollectionPropertyCount() публичный Метод

public AssertCollectionPropertyCount ( string collectionPath, int numProperties ) : void
collectionPath string
numProperties int
Результат void

CollectionExists() публичный Метод

public CollectionExists ( string collectionPath ) : bool
collectionPath string
Результат bool

CreateCollection() публичный Метод

public CreateCollection ( string collectionPath ) : void
collectionPath string
Результат void

DeleteCollection() публичный Метод

public DeleteCollection ( string collectionPath ) : bool
collectionPath string
Результат bool

DeleteProperty() публичный Метод

public DeleteProperty ( string collectionPath, string propertyName ) : bool
collectionPath string
propertyName string
Результат bool

GetBoolean() публичный Метод

public GetBoolean ( string collectionPath, string propertyName ) : bool
collectionPath string
propertyName string
Результат bool

GetBoolean() публичный Метод

public GetBoolean ( string collectionPath, string propertyName, bool defaultValue ) : bool
collectionPath string
propertyName string
defaultValue bool
Результат bool

GetInt32() публичный Метод

public GetInt32 ( string collectionPath, string propertyName ) : int
collectionPath string
propertyName string
Результат int

GetInt32() публичный Метод

public GetInt32 ( string collectionPath, string propertyName, int defaultValue ) : int
collectionPath string
propertyName string
defaultValue int
Результат int

GetInt64() публичный Метод

public GetInt64 ( string collectionPath, string propertyName ) : long
collectionPath string
propertyName string
Результат long

GetInt64() публичный Метод

public GetInt64 ( string collectionPath, string propertyName, long defaultValue ) : long
collectionPath string
propertyName string
defaultValue long
Результат long

GetLastWriteTime() публичный Метод

public GetLastWriteTime ( string collectionPath ) : System.DateTime
collectionPath string
Результат System.DateTime

GetMemoryStream() публичный Метод

public GetMemoryStream ( string collectionPath, string propertyName ) : MemoryStream
collectionPath string
propertyName string
Результат System.IO.MemoryStream

GetPropertyCount() публичный Метод

public GetPropertyCount ( string collectionPath ) : int
collectionPath string
Результат int

GetPropertyNames() публичный Метод

public GetPropertyNames ( string collectionPath ) : IEnumerable
collectionPath string
Результат IEnumerable

GetPropertyType() публичный Метод

public GetPropertyType ( string collectionPath, string propertyName ) : SettingsType
collectionPath string
propertyName string
Результат SettingsType

GetString() публичный Метод

public GetString ( string collectionPath, string propertyName ) : string
collectionPath string
propertyName string
Результат string

GetString() публичный Метод

public GetString ( string collectionPath, string propertyName, string defaultValue ) : string
collectionPath string
propertyName string
defaultValue string
Результат string

GetSubCollectionCount() публичный Метод

public GetSubCollectionCount ( string collectionPath ) : int
collectionPath string
Результат int

GetSubCollectionNames() публичный Метод

public GetSubCollectionNames ( string collectionPath ) : IEnumerable
collectionPath string
Результат IEnumerable

GetUInt32() публичный Метод

public GetUInt32 ( string collectionPath, string propertyName ) : uint
collectionPath string
propertyName string
Результат uint

GetUInt32() публичный Метод

public GetUInt32 ( string collectionPath, string propertyName, uint defaultValue ) : uint
collectionPath string
propertyName string
defaultValue uint
Результат uint

GetUInt64() публичный Метод

public GetUInt64 ( string collectionPath, string propertyName ) : ulong
collectionPath string
propertyName string
Результат ulong

GetUInt64() публичный Метод

public GetUInt64 ( string collectionPath, string propertyName, ulong defaultValue ) : ulong
collectionPath string
propertyName string
defaultValue ulong
Результат ulong

PropertyExists() публичный Метод

public PropertyExists ( string collectionPath, string propertyName ) : bool
collectionPath string
propertyName string
Результат bool

SetBoolean() публичный Метод

public SetBoolean ( string collectionPath, string propertyName, bool value ) : void
collectionPath string
propertyName string
value bool
Результат void

SetInt32() публичный Метод

public SetInt32 ( string collectionPath, string propertyName, int value ) : void
collectionPath string
propertyName string
value int
Результат void

SetInt64() публичный Метод

public SetInt64 ( string collectionPath, string propertyName, long value ) : void
collectionPath string
propertyName string
value long
Результат void

SetMemoryStream() публичный Метод

public SetMemoryStream ( string collectionPath, string propertyName, MemoryStream value ) : void
collectionPath string
propertyName string
value System.IO.MemoryStream
Результат void

SetString() публичный Метод

public SetString ( string collectionPath, string propertyName, string value ) : void
collectionPath string
propertyName string
value string
Результат void

SetUInt32() публичный Метод

public SetUInt32 ( string collectionPath, string propertyName, uint value ) : void
collectionPath string
propertyName string
value uint
Результат void

SetUInt64() публичный Метод

public SetUInt64 ( string collectionPath, string propertyName, ulong value ) : void
collectionPath string
propertyName string
value ulong
Результат void