home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / LOBICLNR.XML < prev    next >
Extensible Markup Language  |  2009-08-24  |  11KB  |  130 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.   <assembly>
  4.     <name>Microsoft.Office.BusinessApplications.Runtime</name>
  5.   </assembly>
  6.   <members>
  7.     <member name="T:Microsoft.Office.BusinessApplications.Runtime.ComObjectWrapper">
  8.       <summary>This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
  9.     </member>
  10.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.ComObjectWrapper.Dispose">
  11.       <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  12.     </member>
  13.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.ComObjectWrapper.Dispose(System.Boolean)"></member>
  14.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.ComObjectWrapper.Finalize">
  15.       <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  16.     </member>
  17.     <member name="T:Microsoft.Office.BusinessApplications.Runtime.IOfficeItemHelper"></member>
  18.     <member name="T:Microsoft.Office.BusinessApplications.Runtime.IRuntimeCallback">
  19.       <summary>Represents a callback interface used for the asynchronous solution registration with the Business Connectivity Services (BCS) runtime class.</summary>
  20.     </member>
  21.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.IRuntimeCallback.RegistrationComplete(System.String,System.Boolean)">
  22.       <summary>Represents a callback method to handle the registration completed notification.</summary>
  23.       <param name="solutionId">The identifier of the solution that was registered.</param>
  24.       <param name="success">Indicates the success or failure of the registration.</param>
  25.     </member>
  26.     <member name="T:Microsoft.Office.BusinessApplications.Runtime.OfficeItemType">
  27.       <summary>Represents an enumeration of possible Microsoft Office 2010 items that Business Connectivity Services (BCS) can handle.</summary>
  28.     </member>
  29.     <member name="F:Microsoft.Office.BusinessApplications.Runtime.OfficeItemType.OutlookAppointment">
  30.       <summary>Microsoft Outlook appointment item.</summary>
  31.     </member>
  32.     <member name="F:Microsoft.Office.BusinessApplications.Runtime.OfficeItemType.OutlookContact">
  33.       <summary>Outlook contact item.</summary>
  34.     </member>
  35.     <member name="F:Microsoft.Office.BusinessApplications.Runtime.OfficeItemType.OutlookPost">
  36.       <summary>Outlook post item.</summary>
  37.     </member>
  38.     <member name="F:Microsoft.Office.BusinessApplications.Runtime.OfficeItemType.OutlookTask">
  39.       <summary>Outlook task item.</summary>
  40.     </member>
  41.     <member name="T:Microsoft.Office.BusinessApplications.Runtime.RuntimeClass">
  42.       <summary>Represents the main Business Connectivity Services (BCS) runtime entry point that can be used by custom Microsoft Visual Studio Tools for Office add-ins to start or stop the BCS runtime, loading the solution configuration and interpreting it.</summary>
  43.     </member>
  44.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.RuntimeClass.#ctor">
  45.       <summary>Constructs a new instance of the class.</summary>
  46.     </member>
  47.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.RuntimeClass.GetOfficeItemHelper(System.Object,Microsoft.Office.BusinessApplications.Runtime.OfficeItemType)">
  48.       <summary>Gets a helper object that provides Business Connectivity Services (BCS) functionality on an existing Microsoft Office application item.</summary>
  49.       <returns>An IOfficeItemHelper object.</returns>
  50.       <param name="officeItem">The existing Office application item.</param>
  51.       <param name="itemType">The item type.</param>
  52.     </member>
  53.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.RuntimeClass.Register(System.String,Microsoft.Office.BusinessApplications.Runtime.IRuntimeCallback,System.Object)">
  54.       <summary>Starts the Business Connectivity Services (BCS) runtime interpretation of the solution configuration file. </summary>
  55.       <param name="solutionManifestFileName">The full path to the solution configuration file.</param>
  56.       <param name="runtimeCallback">The callback interface that the caller expects to be called when registration is complete.</param>
  57.       <param name="application">The Office application object.</param>
  58.     </member>
  59.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.RuntimeClass.Unregister">
  60.       <summary>Stops the Business Connectivity Services (BCS) runtime interpretation of the solution configuration file.</summary>
  61.     </member>
  62.     <member name="T:Microsoft.Office.BusinessApplications.Runtime.SolutionManifestException"></member>
  63.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.SolutionManifestException.#ctor"></member>
  64.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.SolutionManifestException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
  65.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.SolutionManifestException.#ctor(System.String)"></member>
  66.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.SolutionManifestException.#ctor(System.String,System.Exception)"></member>
  67.     <member name="T:Microsoft.Office.BusinessApplications.Runtime.DeploymentAction.SolutionDeploymentAction">
  68.       <summary>Handles the execution of the solution deployment action.</summary>
  69.     </member>
  70.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.DeploymentAction.SolutionDeploymentAction.#ctor">
  71.       <summary>Constructs an instance of the class.</summary>
  72.     </member>
  73.     <member name="M:Microsoft.Office.BusinessApplications.Runtime.DeploymentAction.SolutionDeploymentAction.Execute(Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs)">
  74.       <summary>Executes the solution deployment action.</summary>
  75.       <param name="args">The execution arguments that provide information about the solution being deployed.</param>
  76.     </member>
  77.     <member name="T:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog"></member>
  78.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.#ctor"></member>
  79.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.#ctor(System.String)"></member>
  80.     <member name="E:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.ConnectionLost"></member>
  81.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.CreateExecutionContext"></member>
  82.     <member name="P:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.CurrentExecutionContext"></member>
  83.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.Dispose"></member>
  84.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.Dispose(System.Boolean)"></member>
  85.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.Finalize"></member>
  86.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.GetEntities(System.String)"></member>
  87.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.GetEntities(System.String,System.String)"></member>
  88.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.GetEntity(System.String,System.String)"></member>
  89.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.GetLoadController"></member>
  90.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.GetLobSystem(System.String)"></member>
  91.     <member name="M:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.GetLobSystems(System.String)"></member>
  92.     <member name="P:Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog.Helper"></member>
  93.     <member name="T:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime">
  94.       <summary>Represents an offline entry point.</summary>
  95.     </member>
  96.     <member name="M:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.#ctor">
  97.       <summary>Initializes a new instance of the class.</summary>
  98.     </member>
  99.     <member name="E:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.ConnectionLost">
  100.       <summary>Represents an event that is triggered when the connection is lost.</summary>
  101.     </member>
  102.     <member name="M:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.Dispose">
  103.       <summary>Disposes the resources.</summary>
  104.     </member>
  105.     <member name="M:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.Dispose(System.Boolean)">
  106.       <summary>Disposes the resources.</summary>
  107.       <param name="disposing">true if called by userΓÇÖs code; otherwise, false.</param>
  108.     </member>
  109.     <member name="M:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.Finalize">
  110.       <summary>Enables an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection.</summary>
  111.     </member>
  112.     <member name="M:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.GetMetadataCatalog">
  113.       <summary>Gets a remote metadata catalog.</summary>
  114.       <returns>The remote metadata catalog.</returns>
  115.     </member>
  116.     <member name="M:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.GetMetadataCatalog(System.String)">
  117.       <summary>Gets a remote metadata catalog for a solution.</summary>
  118.       <returns>The solution metadata catalog.</returns>
  119.       <param name="solutionId">The solution identifier.</param>
  120.     </member>
  121.     <member name="M:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.GetSubscriptionManager">
  122.       <summary>Gets the remote SubscriptionManager object.</summary>
  123.       <returns>The SubscriptionManager object.</returns>
  124.     </member>
  125.     <member name="M:Microsoft.Office.BusinessData.Offlining.RemoteOfflineRuntime.GetSynchronizationManager">
  126.       <summary>Gets the remote SynchronizationManager object.</summary>
  127.       <returns>The SynchronizationManager object.</returns>
  128.     </member>
  129.   </members>
  130. </doc>