Exemplo n.º 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]));
 }
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void checkSystemAsync(string systemName, UserInfo userInfo) {
     this.checkSystemAsync(systemName, userInfo, null);
 }
Exemplo n.º 5
0
 public void setError(_Exception ex, UserInfo userinfo, string Description) {
     this.Invoke("setError", new object[] {
                 ex,
                 userinfo,
                 Description});
 }
Exemplo n.º 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]));
 }
Exemplo n.º 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);
 }
Exemplo n.º 8
0
 public bool checkForm(string formName, UserInfo userInfo) {
     object[] results = this.Invoke("checkForm", new object[] {
                 formName,
                 userInfo});
     return ((bool)(results[0]));
 }
Exemplo n.º 9
0
 /// <remarks/>
 public void checkFormAsync(string formName, UserInfo userInfo) {
     this.checkFormAsync(formName, userInfo, null);
 }
Exemplo n.º 10
0
 /// <remarks/>
 public void accessFrameSqlAsync(string accessFrame, UserInfo userInfo) {
     this.accessFrameSqlAsync(accessFrame, userInfo, null);
 }
Exemplo n.º 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);
 }
Exemplo n.º 12
0
 public string accessFrameSql(string accessFrame, UserInfo userInfo) {
     object[] results = this.Invoke("accessFrameSql", new object[] {
                 accessFrame,
                 userInfo});
     return ((string)(results[0]));
 }
Exemplo n.º 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);
 }
Exemplo n.º 14
0
 /// <remarks/>
 public void whereSqlWithPermissionsAsync(string formName, UserInfo userInfo, string[] permissions, string archiveOractive) {
     this.whereSqlWithPermissionsAsync(formName, userInfo, permissions, archiveOractive, null);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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]));
 }
Exemplo n.º 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);
 }
Exemplo n.º 18
0
 /// <remarks/>
 public void checkFormWithAccessFrameAsync(string formName, UserInfo userInfo, string accessFrame) {
     this.checkFormWithAccessFrameAsync(formName, userInfo, accessFrame, null);
 }
Exemplo n.º 19
0
 /// <remarks/>
 public void checkBnoWithActionAsync(string bno, string formName, UserInfo userInfo, string message, string purpose) {
     this.checkBnoWithActionAsync(bno, formName, userInfo, message, purpose, null);
 }
Exemplo n.º 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]));
 }
Exemplo n.º 21
0
 public bool checkSystem(string systemName, UserInfo userInfo) {
     object[] results = this.Invoke("checkSystem", new object[] {
                 systemName,
                 userInfo});
     return ((bool)(results[0]));
 }
Exemplo n.º 22
0
 /// <remarks/>
 public void checkFormWithAccessFramePermissionsAsync(string formName, string accessFrame, UserInfo userInfo, string[] permissions) {
     this.checkFormWithAccessFramePermissionsAsync(formName, accessFrame, userInfo, permissions, null);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 25
0
 /// <remarks/>
 public void setErrorAsync(_Exception ex, UserInfo userinfo, string Description) {
     this.setErrorAsync(ex, userinfo, Description, null);
 }
Exemplo n.º 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]));
 }
Exemplo n.º 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});
 }
Exemplo n.º 28
0
 /// <remarks/>
 public void checkRowWithPermissionsAsync(string pBNoHistory_ID, string formName, UserInfo userInfo, string[] permissions) {
     this.checkRowWithPermissionsAsync(pBNoHistory_ID, formName, userInfo, permissions, null);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }