Ejemplo n.º 1
0
        public NetOffice.MSProjectApi.Exception Add(NetOffice.MSProjectApi.Enums.PjExceptionType type, object start, object finish, object occurrences, object name, object period, object daysOfWeek, object monthPosition, object monthItem, object month)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type, start, finish, occurrences, name, period, daysOfWeek, monthPosition, monthItem, month);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.MSProjectApi.Exception newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSProjectApi.Exception.LateBindingApiWrapperType) as NetOffice.MSProjectApi.Exception;
            return(newObject);
        }
Ejemplo n.º 2
0
        public NetOffice.MSProjectApi.Exception Add(NetOffice.MSProjectApi.Enums.PjExceptionType type, object start, object finish)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type, start, finish);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.MSProjectApi.Exception newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSProjectApi.Exception.LateBindingApiWrapperType) as NetOffice.MSProjectApi.Exception;
            return(newObject);
        }
Ejemplo n.º 3
0
 public virtual NetOffice.MSProjectApi.Exception Add(NetOffice.MSProjectApi.Enums.PjExceptionType type, object start, object finish, object occurrences, object name, object period, object daysOfWeek, object monthPosition, object monthItem, object month)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.MSProjectApi.Exception>(this, "Add", typeof(NetOffice.MSProjectApi.Exception), new object[] { type, start, finish, occurrences, name, period, daysOfWeek, monthPosition, monthItem, month }));
 }
Ejemplo n.º 4
0
 public virtual NetOffice.MSProjectApi.Exception Add(NetOffice.MSProjectApi.Enums.PjExceptionType type, object start, object finish, object occurrences, object name)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.MSProjectApi.Exception>(this, "Add", typeof(NetOffice.MSProjectApi.Exception), new object[] { type, start, finish, occurrences, name }));
 }
Ejemplo n.º 5
0
 public virtual NetOffice.MSProjectApi.Exception Add(NetOffice.MSProjectApi.Enums.PjExceptionType type, object start)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.MSProjectApi.Exception>(this, "Add", typeof(NetOffice.MSProjectApi.Exception), type, start));
 }
Ejemplo n.º 6
0
 public NetOffice.MSProjectApi.Exception Add(NetOffice.MSProjectApi.Enums.PjExceptionType type, object start, object finish, object occurrences, object name, object period, object daysOfWeek, object monthPosition, object monthItem, object month)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.MSProjectApi.Exception>(this, "Add", NetOffice.MSProjectApi.Exception.LateBindingApiWrapperType, new object[] { type, start, finish, occurrences, name, period, daysOfWeek, monthPosition, monthItem, month }));
 }
Ejemplo n.º 7
0
 public NetOffice.MSProjectApi.Exception Add(NetOffice.MSProjectApi.Enums.PjExceptionType type, object start, object finish, object occurrences, object name)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.MSProjectApi.Exception>(this, "Add", NetOffice.MSProjectApi.Exception.LateBindingApiWrapperType, new object[] { type, start, finish, occurrences, name }));
 }
Ejemplo n.º 8
0
 public NetOffice.MSProjectApi.Exception Add(NetOffice.MSProjectApi.Enums.PjExceptionType type, object start)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.MSProjectApi.Exception>(this, "Add", NetOffice.MSProjectApi.Exception.LateBindingApiWrapperType, type, start));
 }