C# 클래스 Madd0.AzureStorageDriver.AzureDriver

LINQPad dynamic driver that lets users connect to an Azure Table Storage account.
상속: LINQPad.Extensibility.DataContext.DynamicDataContextDriver
파일 보기 프로젝트 열기: madd0/AzureStorageDriver

공개 메소드들

메소드 설명
AreRepositoriesEquivalent ( IConnectionInfo connection1, IConnectionInfo connection2 ) : bool

Determines whether two repositories are equivalent.

GetAssembliesToAdd ( ) : IEnumerable

Gets the assemblies to add.

GetConnectionDescription ( IConnectionInfo connectionInfo ) : string

Gets the text to display in the root Schema Explorer node for a given connection info.

GetContextConstructorArguments ( IConnectionInfo connectionInfo ) : object[]

Gets the context constructor arguments.

GetContextConstructorParameters ( IConnectionInfo connectionInfo ) : ParameterDescriptor[]

Gets the context constructor parameters.

GetNamespacesToAdd ( ) : IEnumerable

Gets the namespaces to add.

GetSchemaAndBuildAssembly ( IConnectionInfo connectionInfo, AssemblyName assemblyToBuild, string &@namespace, string &typeName ) : List

Gets the schema and builds the assembly that contains the typed data context.

ShowConnectionDialog ( IConnectionInfo connectionInfo, bool isNewConnection ) : bool

Shows the connection dialog.

메소드 상세

AreRepositoriesEquivalent() 공개 메소드

Determines whether two repositories are equivalent.
public AreRepositoriesEquivalent ( IConnectionInfo connection1, IConnectionInfo connection2 ) : bool
connection1 IConnectionInfo The connection information of the first repository.
connection2 IConnectionInfo The connection information of the second repository.
리턴 bool

GetAssembliesToAdd() 공개 메소드

Gets the assemblies to add.
public GetAssembliesToAdd ( ) : IEnumerable
리턴 IEnumerable

GetConnectionDescription() 공개 메소드

Gets the text to display in the root Schema Explorer node for a given connection info.
public GetConnectionDescription ( IConnectionInfo connectionInfo ) : string
connectionInfo IConnectionInfo
리턴 string

GetContextConstructorArguments() 공개 메소드

Gets the context constructor arguments.
public GetContextConstructorArguments ( IConnectionInfo connectionInfo ) : object[]
connectionInfo IConnectionInfo The connection info.
리턴 object[]

GetContextConstructorParameters() 공개 메소드

Gets the context constructor parameters.
public GetContextConstructorParameters ( IConnectionInfo connectionInfo ) : ParameterDescriptor[]
connectionInfo IConnectionInfo The connection info.
리턴 ParameterDescriptor[]

GetNamespacesToAdd() 공개 메소드

Gets the namespaces to add.
public GetNamespacesToAdd ( ) : IEnumerable
리턴 IEnumerable

GetSchemaAndBuildAssembly() 공개 메소드

Gets the schema and builds the assembly that contains the typed data context.
public GetSchemaAndBuildAssembly ( IConnectionInfo connectionInfo, AssemblyName assemblyToBuild, string &@namespace, string &typeName ) : List
connectionInfo IConnectionInfo The connection information.
assemblyToBuild System.Reflection.AssemblyName The assembly to build.
@namespace string
typeName string Name of the type of the typed data context.
리턴 List

ShowConnectionDialog() 공개 메소드

Shows the connection dialog.
public ShowConnectionDialog ( IConnectionInfo connectionInfo, bool isNewConnection ) : bool
connectionInfo IConnectionInfo The connection info.
isNewConnection bool if set to true [is new connection].
리턴 bool