Property | Type | Description | |
---|---|---|---|
RunCommandComplete | EventHandler |
Method | Description | |
---|---|---|
ExecuteJsShell ( string jsShell, MongoServer mongoSvr ) : |
使用Shell Helper命令
|
|
ExecuteMongoColCommand ( |
执行数据集命令
|
|
ExecuteMongoColCommand ( string commandString, MongoCollection mongoCol ) : |
执行数据集命令
|
|
ExecuteMongoColCommand ( string command, MongoCollection mongoCol, BsonDocument extendInfo ) : |
数据集命令
|
|
ExecuteMongoCommand ( MongoCommand mMongoCommand ) : |
当前对象的MONGO命令
|
|
ExecuteMongoDBCommand ( |
|
|
ExecuteMongoDBCommand ( |
执行数据库命令
|
|
ExecuteMongoDBCommand ( MongoCommand mMongoCommand, MongoDatabase mongoDb ) : |
在指定数据库执行指定命令
|
|
ExecuteMongoDBCommand ( string mongoCmd, MongoDatabase mongoDb ) : |
执行数据库命令
|
|
ExecuteMongoSvrCommand ( |
执行MongoCommand
|
|
ExecuteMongoSvrCommand ( MongoCommand mMongoCommand, MongoServer mongosrv ) : |
在指定服务器上执行指定命令
|
|
ExecuteMongoSvrCommand ( string mongoCmd, MongoServer mongoSvr ) : |
执行MongoCommand
|
|
IsShellOk ( |
Js Shell 的结果判定
|
|
OnCommandRunComplete ( MongoUtility.EventArgs.RunCommandEventArgs e ) : void |
Command Complete
|
public static ExecuteJsShell ( string jsShell, MongoServer mongoSvr ) : |
||
jsShell | string | |
mongoSvr | MongoServer | |
return |
public static ExecuteMongoColCommand ( |
||
cmdDoc | ||
mongoCol | MongoCollection | |
return |
public static ExecuteMongoColCommand ( string commandString, MongoCollection mongoCol ) : |
||
commandString | string | |
mongoCol | MongoCollection | |
return |
public static ExecuteMongoColCommand ( string command, MongoCollection mongoCol, BsonDocument extendInfo ) : |
||
command | string | 命令关键字 |
mongoCol | MongoCollection | 数据集 |
extendInfo | BsonDocument | 命令参数 |
return |
public static ExecuteMongoCommand ( MongoCommand mMongoCommand ) : |
||
mMongoCommand | MongoCommand | 命令对象 |
return |
public static ExecuteMongoDBCommand ( |
||
mongoCmd | ||
mongoDb | IMongoDatabase | |
return |
public static ExecuteMongoDBCommand ( |
||
mongoCmd | ||
mongoDb | MongoDatabase | |
return |
public static ExecuteMongoDBCommand ( MongoCommand mMongoCommand, MongoDatabase mongoDb ) : |
||
mMongoCommand | MongoCommand | |
mongoDb | MongoDatabase | |
return |
public static ExecuteMongoDBCommand ( string mongoCmd, MongoDatabase mongoDb ) : |
||
mongoCmd | string | |
mongoDb | MongoDatabase | |
return |
public static ExecuteMongoSvrCommand ( |
||
mCommandDocument | 命令Doc | |
mongoSvr | MongoServer | 目标服务器 |
return |
public static ExecuteMongoSvrCommand ( MongoCommand mMongoCommand, MongoServer mongosrv ) : |
||
mMongoCommand | MongoCommand | |
mongosrv | MongoServer | |
return |
public static ExecuteMongoSvrCommand ( string mongoCmd, MongoServer mongoSvr ) : |
||
mongoCmd | string | 命令Command |
mongoSvr | MongoServer | 目标服务器 |
return |
public static IsShellOk ( |
||
result | ||
return | bool |
public static OnCommandRunComplete ( MongoUtility.EventArgs.RunCommandEventArgs e ) : void | ||
e | MongoUtility.EventArgs.RunCommandEventArgs | |
return | void |