コード例 #1
0
ファイル: Reference.cs プロジェクト: prog-moh/socioboard-core
 /// <remarks/>
 public void AddNewTaskWithGroupAsync(string description, string messagedate, string userid, Tasks1 task, string assigntoId, string comment, string AssignDate, string groupid, object userState) {
     if ((this.AddNewTaskWithGroupOperationCompleted == null)) {
         this.AddNewTaskWithGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddNewTaskWithGroupOperationCompleted);
     }
     this.InvokeAsync("AddNewTaskWithGroup", new object[] {
                 description,
                 messagedate,
                 userid,
                 task,
                 assigntoId,
                 comment,
                 AssignDate,
                 groupid}, this.AddNewTaskWithGroupOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: prog-moh/socioboard-core
 public void AddNewTaskWithGroup(string description, string messagedate, string userid, Tasks1 task, string assigntoId, string comment, string AssignDate, string groupid) {
     this.Invoke("AddNewTaskWithGroup", new object[] {
                 description,
                 messagedate,
                 userid,
                 task,
                 assigntoId,
                 comment,
                 AssignDate,
                 groupid});
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: prog-moh/socioboard-core
 /// <remarks/>
 public void AddNewTaskWithGroupAsync(string description, string messagedate, string userid, Tasks1 task, string assigntoId, string comment, string AssignDate, string groupid) {
     this.AddNewTaskWithGroupAsync(description, messagedate, userid, task, assigntoId, comment, AssignDate, groupid, null);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: prog-moh/socioboard-core
 /// <remarks/>
 public void addTaskAsync(string description, string userid, Tasks1 task, string assigntoId, string comment, string AssignDate, object userState) {
     if ((this.addTaskOperationCompleted == null)) {
         this.addTaskOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddTaskOperationCompleted);
     }
     this.InvokeAsync("addTask", new object[] {
                 description,
                 userid,
                 task,
                 assigntoId,
                 comment,
                 AssignDate}, this.addTaskOperationCompleted, userState);
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: prog-moh/socioboard-core
 /// <remarks/>
 public void addTaskAsync(string description, string userid, Tasks1 task, string assigntoId, string comment, string AssignDate) {
     this.addTaskAsync(description, userid, task, assigntoId, comment, AssignDate, null);
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: prog-moh/socioboard-core
 public void addTask(string description, string userid, Tasks1 task, string assigntoId, string comment, string AssignDate) {
     this.Invoke("addTask", new object[] {
                 description,
                 userid,
                 task,
                 assigntoId,
                 comment,
                 AssignDate});
 }
コード例 #7
0
ファイル: Reference.cs プロジェクト: prog-moh/socioboard-core
 /// <remarks/>
 public void CreateNewTaskAsync(string description, string userid, Tasks1 task, string assigntoId, string comment) {
     this.CreateNewTaskAsync(description, userid, task, assigntoId, comment, null);
 }
コード例 #8
0
ファイル: Reference.cs プロジェクト: prog-moh/socioboard-core
 public void CreateNewTask(string description, string userid, Tasks1 task, string assigntoId, string comment) {
     this.Invoke("CreateNewTask", new object[] {
                 description,
                 userid,
                 task,
                 assigntoId,
                 comment});
 }