示例#1
0
 public string whereSqlWithPermissions(string formName, UserInfo userInfo, string[] permissions, string archiveOractive) {
     object[] results = this.Invoke("whereSqlWithPermissions", new object[] {
                 formName,
                 userInfo,
                 permissions,
                 archiveOractive});
     return ((string)(results[0]));
 }
示例#2
0
 /// <remarks/>
 public void setErrorAsync(_Exception ex, UserInfo userinfo, string Description, object userState) {
     if ((this.setErrorOperationCompleted == null)) {
         this.setErrorOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetErrorOperationCompleted);
     }
     this.InvokeAsync("setError", new object[] {
                 ex,
                 userinfo,
                 Description}, this.setErrorOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void setLogAsync(_Log log, UserInfo userInfo, string tableName, string tableID, string userAction, string formName) {
     this.setLogAsync(log, userInfo, tableName, tableID, userAction, formName, null);
 }
示例#4
0
 /// <remarks/>
 public void checkSystemAsync(string systemName, UserInfo userInfo) {
     this.checkSystemAsync(systemName, userInfo, null);
 }
示例#5
0
 public void setError(_Exception ex, UserInfo userinfo, string Description) {
     this.Invoke("setError", new object[] {
                 ex,
                 userinfo,
                 Description});
 }
示例#6
0
 public bool checkBnoWithAction(string bno, string formName, UserInfo userInfo, ref string message, string purpose) {
     object[] results = this.Invoke("checkBnoWithAction", new object[] {
                 bno,
                 formName,
                 userInfo,
                 message,
                 purpose});
     message = ((string)(results[1]));
     return ((bool)(results[0]));
 }
示例#7
0
 /// <remarks/>
 public void checkBnoWithActionAsync(string bno, string formName, UserInfo userInfo, string message, string purpose, object userState) {
     if ((this.checkBnoWithActionOperationCompleted == null)) {
         this.checkBnoWithActionOperationCompleted = new System.Threading.SendOrPostCallback(this.OncheckBnoWithActionOperationCompleted);
     }
     this.InvokeAsync("checkBnoWithAction", new object[] {
                 bno,
                 formName,
                 userInfo,
                 message,
                 purpose}, this.checkBnoWithActionOperationCompleted, userState);
 }
示例#8
0
 public bool checkForm(string formName, UserInfo userInfo) {
     object[] results = this.Invoke("checkForm", new object[] {
                 formName,
                 userInfo});
     return ((bool)(results[0]));
 }
示例#9
0
 /// <remarks/>
 public void checkFormAsync(string formName, UserInfo userInfo) {
     this.checkFormAsync(formName, userInfo, null);
 }
示例#10
0
 /// <remarks/>
 public void accessFrameSqlAsync(string accessFrame, UserInfo userInfo) {
     this.accessFrameSqlAsync(accessFrame, userInfo, null);
 }
示例#11
0
 /// <remarks/>
 public void accessFrameSqlAsync(string accessFrame, UserInfo userInfo, object userState) {
     if ((this.accessFrameSqlOperationCompleted == null)) {
         this.accessFrameSqlOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaccessFrameSqlOperationCompleted);
     }
     this.InvokeAsync("accessFrameSql", new object[] {
                 accessFrame,
                 userInfo}, this.accessFrameSqlOperationCompleted, userState);
 }
示例#12
0
 public string accessFrameSql(string accessFrame, UserInfo userInfo) {
     object[] results = this.Invoke("accessFrameSql", new object[] {
                 accessFrame,
                 userInfo});
     return ((string)(results[0]));
 }
示例#13
0
 /// <remarks/>
 public void whereSqlWithPermissionsAsync(string formName, UserInfo userInfo, string[] permissions, string archiveOractive, object userState) {
     if ((this.whereSqlWithPermissionsOperationCompleted == null)) {
         this.whereSqlWithPermissionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnwhereSqlWithPermissionsOperationCompleted);
     }
     this.InvokeAsync("whereSqlWithPermissions", new object[] {
                 formName,
                 userInfo,
                 permissions,
                 archiveOractive}, this.whereSqlWithPermissionsOperationCompleted, userState);
 }
示例#14
0
 /// <remarks/>
 public void whereSqlWithPermissionsAsync(string formName, UserInfo userInfo, string[] permissions, string archiveOractive) {
     this.whereSqlWithPermissionsAsync(formName, userInfo, permissions, archiveOractive, null);
 }
示例#15
0
 /// <remarks/>
 public void checkRowWithPermissionsAsync(string pBNoHistory_ID, string formName, UserInfo userInfo, string[] permissions, object userState) {
     if ((this.checkRowWithPermissionsOperationCompleted == null)) {
         this.checkRowWithPermissionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OncheckRowWithPermissionsOperationCompleted);
     }
     this.InvokeAsync("checkRowWithPermissions", new object[] {
                 pBNoHistory_ID,
                 formName,
                 userInfo,
                 permissions}, this.checkRowWithPermissionsOperationCompleted, userState);
 }
示例#16
0
 public bool checkFormWithAccessFrame(string formName, UserInfo userInfo, string accessFrame) {
     object[] results = this.Invoke("checkFormWithAccessFrame", new object[] {
                 formName,
                 userInfo,
                 accessFrame});
     return ((bool)(results[0]));
 }
示例#17
0
 /// <remarks/>
 public void checkRowWithActionAsync(string pBNoHistory_ID, string formName, UserInfo userInfo, string message, string purpose) {
     this.checkRowWithActionAsync(pBNoHistory_ID, formName, userInfo, message, purpose, null);
 }
示例#18
0
 /// <remarks/>
 public void checkFormWithAccessFrameAsync(string formName, UserInfo userInfo, string accessFrame) {
     this.checkFormWithAccessFrameAsync(formName, userInfo, accessFrame, null);
 }
示例#19
0
 /// <remarks/>
 public void checkBnoWithActionAsync(string bno, string formName, UserInfo userInfo, string message, string purpose) {
     this.checkBnoWithActionAsync(bno, formName, userInfo, message, purpose, null);
 }
示例#20
0
 public bool checkFormWithAccessFramePermissions(string formName, string accessFrame, UserInfo userInfo, string[] permissions) {
     object[] results = this.Invoke("checkFormWithAccessFramePermissions", new object[] {
                 formName,
                 accessFrame,
                 userInfo,
                 permissions});
     return ((bool)(results[0]));
 }
示例#21
0
 public bool checkSystem(string systemName, UserInfo userInfo) {
     object[] results = this.Invoke("checkSystem", new object[] {
                 systemName,
                 userInfo});
     return ((bool)(results[0]));
 }
示例#22
0
 /// <remarks/>
 public void checkFormWithAccessFramePermissionsAsync(string formName, string accessFrame, UserInfo userInfo, string[] permissions) {
     this.checkFormWithAccessFramePermissionsAsync(formName, accessFrame, userInfo, permissions, null);
 }
示例#23
0
 /// <remarks/>
 public void checkSystemAsync(string systemName, UserInfo userInfo, object userState) {
     if ((this.checkSystemOperationCompleted == null)) {
         this.checkSystemOperationCompleted = new System.Threading.SendOrPostCallback(this.OncheckSystemOperationCompleted);
     }
     this.InvokeAsync("checkSystem", new object[] {
                 systemName,
                 userInfo}, this.checkSystemOperationCompleted, userState);
 }
示例#24
0
 /// <remarks/>
 public void checkFormWithAccessFramePermissionsAsync(string formName, string accessFrame, UserInfo userInfo, string[] permissions, object userState) {
     if ((this.checkFormWithAccessFramePermissionsOperationCompleted == null)) {
         this.checkFormWithAccessFramePermissionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OncheckFormWithAccessFramePermissionsOperationCompleted);
     }
     this.InvokeAsync("checkFormWithAccessFramePermissions", new object[] {
                 formName,
                 accessFrame,
                 userInfo,
                 permissions}, this.checkFormWithAccessFramePermissionsOperationCompleted, userState);
 }
示例#25
0
 /// <remarks/>
 public void setErrorAsync(_Exception ex, UserInfo userinfo, string Description) {
     this.setErrorAsync(ex, userinfo, Description, null);
 }
示例#26
0
 public bool checkRowWithPermissions(string pBNoHistory_ID, string formName, UserInfo userInfo, string[] permissions) {
     object[] results = this.Invoke("checkRowWithPermissions", new object[] {
                 pBNoHistory_ID,
                 formName,
                 userInfo,
                 permissions});
     return ((bool)(results[0]));
 }
示例#27
0
 public void setLog(_Log log, UserInfo userInfo, string tableName, string tableID, string userAction, string formName) {
     this.Invoke("setLog", new object[] {
                 log,
                 userInfo,
                 tableName,
                 tableID,
                 userAction,
                 formName});
 }
示例#28
0
 /// <remarks/>
 public void checkRowWithPermissionsAsync(string pBNoHistory_ID, string formName, UserInfo userInfo, string[] permissions) {
     this.checkRowWithPermissionsAsync(pBNoHistory_ID, formName, userInfo, permissions, null);
 }
示例#29
0
 /// <remarks/>
 public void setLogAsync(_Log log, UserInfo userInfo, string tableName, string tableID, string userAction, string formName, object userState) {
     if ((this.setLogOperationCompleted == null)) {
         this.setLogOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetLogOperationCompleted);
     }
     this.InvokeAsync("setLog", new object[] {
                 log,
                 userInfo,
                 tableName,
                 tableID,
                 userAction,
                 formName}, this.setLogOperationCompleted, userState);
 }
示例#30
0
 /// <remarks/>
 public void whereSqlAllPermissionAsync(string formName, UserInfo userInfo, object userState) {
     if ((this.whereSqlAllPermissionOperationCompleted == null)) {
         this.whereSqlAllPermissionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnwhereSqlAllPermissionOperationCompleted);
     }
     this.InvokeAsync("whereSqlAllPermission", new object[] {
                 formName,
                 userInfo}, this.whereSqlAllPermissionOperationCompleted, userState);
 }