C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableWritableSettingsStore

상속: WritableSettingsStore
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
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