Пример #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);
 }