Exemplo n.º 1
0
        public bool IsDependentUpon(NetOffice.AccessApi.Enums.AcObjectType objectType, string objectName)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(objectType, objectName);
            object   returnItem  = Invoker.MethodReturn(this, "IsDependentUpon", paramsArray);

            return(NetRuntimeSystem.Convert.ToBoolean(returnItem));
        }
Exemplo n.º 2
0
 public bool FIsValidXasObjectName(string bstrObjectName, NetOffice.AccessApi.Enums.AcObjectType iobjtyp)
 {
     return(Factory.ExecuteBoolMethodGet(this, "FIsValidXasObjectName", bstrObjectName, iobjtyp));
 }
 public bool IsDependentUpon(NetOffice.AccessApi.Enums.AcObjectType objectType, string objectName)
 {
     return(Factory.ExecuteBoolMethodGet(this, "IsDependentUpon", objectType, objectName));
 }
Exemplo n.º 4
0
 public bool FirstDbcDataObject(string name, NetOffice.AccessApi.Enums.AcObjectType objType, Int32 attribs)
 {
     return(Factory.ExecuteBoolMethodGet(this, "FirstDbcDataObject", name, objType, attribs));
 }
Exemplo n.º 5
0
 public Int32 GetObjPubOption(string bstrObjectName, NetOffice.AccessApi.Enums.AcObjectType iobjtyp, bool fTablesAsClient)
 {
     return(Factory.ExecuteInt32MethodGet(this, "GetObjPubOption", bstrObjectName, iobjtyp, fTablesAsClient));
 }
Exemplo n.º 6
0
		public bool FIsValidXasObjectName(string bstrObjectName, NetOffice.AccessApi.Enums.AcObjectType iobjtyp)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(bstrObjectName, iobjtyp);
			object returnItem = Invoker.MethodReturn(this, "FIsValidXasObjectName", paramsArray);
			return NetRuntimeSystem.Convert.ToBoolean(returnItem);
		}
Exemplo n.º 7
0
		public bool FirstDbcDataObject(string name, NetOffice.AccessApi.Enums.AcObjectType objType, Int32 attribs)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(name, objType, attribs);
			object returnItem = Invoker.MethodReturn(this, "FirstDbcDataObject", paramsArray);
			return NetRuntimeSystem.Convert.ToBoolean(returnItem);
		}
Exemplo n.º 8
0
		public Int32 GetObjPubOption(string bstrObjectName, NetOffice.AccessApi.Enums.AcObjectType iobjtyp, bool fTablesAsClient)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(bstrObjectName, iobjtyp, fTablesAsClient);
			object returnItem = Invoker.MethodReturn(this, "GetObjPubOption", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Exemplo n.º 9
0
 public virtual bool FIsValidXasObjectName(string bstrObjectName, NetOffice.AccessApi.Enums.AcObjectType iobjtyp)
 {
     return(InvokerService.InvokeInternal.ExecuteBoolMethodGet(this, "FIsValidXasObjectName", bstrObjectName, iobjtyp));
 }
Exemplo n.º 10
0
 public virtual Int32 GetObjPubOption(string bstrObjectName, NetOffice.AccessApi.Enums.AcObjectType iobjtyp, bool fTablesAsClient)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "GetObjPubOption", bstrObjectName, iobjtyp, fTablesAsClient));
 }
Exemplo n.º 11
0
 public virtual bool FirstDbcDataObject(string name, NetOffice.AccessApi.Enums.AcObjectType objType, Int32 attribs)
 {
     return(InvokerService.InvokeInternal.ExecuteBoolMethodGet(this, "FirstDbcDataObject", name, objType, attribs));
 }
Exemplo n.º 12
0
 public virtual bool IsDependentUpon(NetOffice.AccessApi.Enums.AcObjectType objectType, string objectName)
 {
     return(InvokerService.InvokeInternal.ExecuteBoolMethodGet(this, "IsDependentUpon", objectType, objectName));
 }