Exemplo n.º 1
0
        public Int32 RebindGroupLevel(NetOffice.OWC10Api.GroupLevel pGroupLevel, string wzRecordsetNameOld, string wzRecordsetNameNew)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pGroupLevel, wzRecordsetNameOld, wzRecordsetNameNew);
            object   returnItem  = Invoker.MethodReturn(this, "RebindGroupLevel", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Exemplo n.º 2
0
        public Int32 OnGroupLevelAdded(NetOffice.OWC10Api.GroupLevel pGroupLevel)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pGroupLevel);
            object   returnItem  = Invoker.MethodReturn(this, "OnGroupLevelAdded", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Exemplo n.º 3
0
 public Int32 RebindGroupLevel(NetOffice.OWC10Api.GroupLevel pGroupLevel, string wzRecordsetNameOld, string wzRecordsetNameNew)
 {
     return(Factory.ExecuteInt32MethodGet(this, "RebindGroupLevel", pGroupLevel, wzRecordsetNameOld, wzRecordsetNameNew));
 }
Exemplo n.º 4
0
 public Int32 OnGroupLevelAdded(NetOffice.OWC10Api.GroupLevel pGroupLevel)
 {
     return(Factory.ExecuteInt32MethodGet(this, "OnGroupLevelAdded", pGroupLevel));
 }