Пример #1
0
 public void ProjectBeforeAssignmentChange(NetOffice.MSProjectApi.Assignment asg, NetOffice.MSProjectApi.Enums.PjAssignmentField field, object newVal, bool cancel)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(asg, field, newVal, cancel);
     Invoker.Method(this, "ProjectBeforeAssignmentChange", paramsArray);
 }
Пример #2
0
 public void ProjectBeforeAssignmentChange(NetOffice.MSProjectApi.Assignment asg, NetOffice.MSProjectApi.Enums.PjAssignmentField field, object newVal, bool cancel)
 {
     Factory.ExecuteMethod(this, "ProjectBeforeAssignmentChange", asg, field, newVal, cancel);
 }
Пример #3
0
 public void ProjectBeforeAssignmentDelete(NetOffice.MSProjectApi.Assignment asg, bool cancel)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(asg, cancel);
     Invoker.Method(this, "ProjectBeforeAssignmentDelete", paramsArray);
 }
Пример #4
0
 public void ProjectBeforeAssignmentDelete(NetOffice.MSProjectApi.Assignment asg, bool cancel)
 {
     Factory.ExecuteMethod(this, "ProjectBeforeAssignmentDelete", asg, cancel);
 }