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])); }
/// <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); }
/// <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); }
/// <remarks/> public void checkSystemAsync(string systemName, UserInfo userInfo) { this.checkSystemAsync(systemName, userInfo, null); }
public void setError(_Exception ex, UserInfo userinfo, string Description) { this.Invoke("setError", new object[] { ex, userinfo, Description}); }
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])); }
/// <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); }
public bool checkForm(string formName, UserInfo userInfo) { object[] results = this.Invoke("checkForm", new object[] { formName, userInfo}); return ((bool)(results[0])); }
/// <remarks/> public void checkFormAsync(string formName, UserInfo userInfo) { this.checkFormAsync(formName, userInfo, null); }
/// <remarks/> public void accessFrameSqlAsync(string accessFrame, UserInfo userInfo) { this.accessFrameSqlAsync(accessFrame, userInfo, null); }
/// <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); }
public string accessFrameSql(string accessFrame, UserInfo userInfo) { object[] results = this.Invoke("accessFrameSql", new object[] { accessFrame, userInfo}); return ((string)(results[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); }
/// <remarks/> public void whereSqlWithPermissionsAsync(string formName, UserInfo userInfo, string[] permissions, string archiveOractive) { this.whereSqlWithPermissionsAsync(formName, userInfo, permissions, archiveOractive, null); }
/// <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); }
public bool checkFormWithAccessFrame(string formName, UserInfo userInfo, string accessFrame) { object[] results = this.Invoke("checkFormWithAccessFrame", new object[] { formName, userInfo, accessFrame}); return ((bool)(results[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); }
/// <remarks/> public void checkFormWithAccessFrameAsync(string formName, UserInfo userInfo, string accessFrame) { this.checkFormWithAccessFrameAsync(formName, userInfo, accessFrame, null); }
/// <remarks/> public void checkBnoWithActionAsync(string bno, string formName, UserInfo userInfo, string message, string purpose) { this.checkBnoWithActionAsync(bno, formName, userInfo, message, purpose, null); }
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])); }
public bool checkSystem(string systemName, UserInfo userInfo) { object[] results = this.Invoke("checkSystem", new object[] { systemName, userInfo}); return ((bool)(results[0])); }
/// <remarks/> public void checkFormWithAccessFramePermissionsAsync(string formName, string accessFrame, UserInfo userInfo, string[] permissions) { this.checkFormWithAccessFramePermissionsAsync(formName, accessFrame, userInfo, permissions, null); }
/// <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); }
/// <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); }
/// <remarks/> public void setErrorAsync(_Exception ex, UserInfo userinfo, string Description) { this.setErrorAsync(ex, userinfo, Description, null); }
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])); }
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}); }
/// <remarks/> public void checkRowWithPermissionsAsync(string pBNoHistory_ID, string formName, UserInfo userInfo, string[] permissions) { this.checkRowWithPermissionsAsync(pBNoHistory_ID, formName, userInfo, permissions, null); }
/// <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); }
/// <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); }