메소드 | 설명 | |
---|---|---|
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, |
Gets the schema and builds the assembly that contains the typed data context.
|
|
ShowConnectionDialog ( IConnectionInfo connectionInfo, bool isNewConnection ) : bool |
Shows the connection dialog.
|
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 |
public GetConnectionDescription ( IConnectionInfo connectionInfo ) : string | ||
connectionInfo | IConnectionInfo | |
리턴 | string |
public GetContextConstructorArguments ( IConnectionInfo connectionInfo ) : object[] | ||
connectionInfo | IConnectionInfo | The connection info. |
리턴 | object[] |
public GetContextConstructorParameters ( IConnectionInfo connectionInfo ) : ParameterDescriptor[] | ||
connectionInfo | IConnectionInfo | The connection info. |
리턴 | ParameterDescriptor[] |
public GetSchemaAndBuildAssembly ( IConnectionInfo connectionInfo, |
||
connectionInfo | IConnectionInfo | The connection information. |
assemblyToBuild | The assembly to build. | |
@namespace | string | |
typeName | string | Name of the type of the typed data context. |
리턴 | List |
public ShowConnectionDialog ( IConnectionInfo connectionInfo, bool isNewConnection ) : bool | ||
connectionInfo | IConnectionInfo | The connection info. |
isNewConnection | bool | if set to |
리턴 | bool |