Download Managed Services Engine

Description

This site contains code and content related to the Managed Services Engine, a solution that supports service virtualization through a meta data-driven service repository using .NET and Microsoft SQL Server.

Source Files

The download file servicesengine.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
December2010CTP/Catalog.sln// w w  w  .ja  v a  2 s.c  om
December2010CTP/Microsoft.MSE.Catalog.ConsoleHost/App.config
December2010CTP/Microsoft.MSE.Catalog.ConsoleHost/Microsoft.MSE.Catalog.ConsoleHost.csproj
December2010CTP/Microsoft.MSE.Catalog.ConsoleHost/Microsoft.MSE.Catalog.ConsoleHost.csproj.vspscc
December2010CTP/Microsoft.MSE.Catalog.ConsoleHost/Program.cs
December2010CTP/Microsoft.MSE.Catalog.ConsoleHost/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/CatalogDataContracts.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/EventingDataContracts.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/EventingFaults.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/EventingMessageContracts.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/ICatalogCallback.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/IChangeNotificationService.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/INotificationManager.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/ISubscriptionManager.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetIDFromNameRequest.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetIDFromNameResponse.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationRequest.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationResponse.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndActionRequest.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndActionResponse.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndFirstBodyElementRequest.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndFirstBodyElementResponse.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetPolicyRequest.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetPolicyResponse.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetRuntimeServerByNameRequest.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetRuntimeServerByNameResponse.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/ValidateOperationVersionRequestRequest.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/ValidateOperationVersionRequestResponse.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Microsoft.MSE.Catalog.Contracts.csproj
December2010CTP/Microsoft.MSE.Catalog.Contracts/Microsoft.MSE.Catalog.Contracts.csproj.vspscc
December2010CTP/Microsoft.MSE.Catalog.Contracts/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/SC.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Schemas.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Services/IAdministration.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Services/IDesignModel.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Services/IRuntimeModel.cs
December2010CTP/Microsoft.MSE.Catalog.Contracts/Services/IServiceModel.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/BindingManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/CapabilityManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/DataEntityManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/EndpointManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/EntityManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/MSESystemsManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/OperationManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/PolicyManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/RuntimeServerManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Business/SchemaManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/CatalogSvcHelper.cs
December2010CTP/Microsoft.MSE.Catalog.Module/ChangeTrackingHelper.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Configuration/CatalogServerSection.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Configuration/CatalogSvcConfig.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Configuration/ConfigurationHandler.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Configuration/Configurator.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Configuration/SettingsManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DAL.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Actor.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/AssertionType.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Binding.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/BindingElement.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Capability.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/DataEntity.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Endpoint.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Entity.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/MSESystem.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/MSESystemInstance.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/MSEType.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/MessageHeader.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/MessagePart.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Operation.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/OperationVersion.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Policy.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/PolicyAssertion.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/RepositoryChange.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Resource.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/RuntimeServer.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/SLE.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/Schema.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/SchemaImport.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/SchemaObject.cs
December2010CTP/Microsoft.MSE.Catalog.Module/DATA/SoapFault.cs
December2010CTP/Microsoft.MSE.Catalog.Module/IUddiPublisher.cs
December2010CTP/Microsoft.MSE.Catalog.Module/MSENotificationManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Microsoft.MSE.Catalog.Module.csproj
December2010CTP/Microsoft.MSE.Catalog.Module/Microsoft.MSE.Catalog.Module.csproj.vspscc
December2010CTP/Microsoft.MSE.Catalog.Module/Notification.cs
December2010CTP/Microsoft.MSE.Catalog.Module/NotificationManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE.Catalog.Module/RepositoryChangeManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/SC.cs
December2010CTP/Microsoft.MSE.Catalog.Module/Services/ServiceModel.cs
December2010CTP/Microsoft.MSE.Catalog.Module/StartServiceCompletedEventArgs.cs
December2010CTP/Microsoft.MSE.Catalog.Module/SubscriptionManager.cs
December2010CTP/Microsoft.MSE.Catalog.Module/UddiPublisher.cs
December2010CTP/Microsoft.MSE.Catalog.Module/UddiPublisher30.cs
December2010CTP/Microsoft.MSE.Catalog.Module/UrlAcl.cs
December2010CTP/Microsoft.MSE.Catalog.Module/XMLSchema.dtd
December2010CTP/Microsoft.MSE.Catalog.Module/XMLSchema.xsd
December2010CTP/Microsoft.MSE.Catalog.Module/datatypes.dtd
December2010CTP/Microsoft.MSE.Catalog.Module/xml.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Microsoft.MSE.Catalog.Proxy.csproj
December2010CTP/Microsoft.MSE.Catalog.Proxy/Microsoft.MSE.Catalog.Proxy.csproj.vspscc
December2010CTP/Microsoft.MSE.Catalog.Proxy/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AcceptEventResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignAssociatedOperationVerToEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignBindingElementsToBindingResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignCapabilityToActorResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignDataEntityToTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignOperationToCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignPolicyAssertionToPolicyResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignPublishedOperationVerToEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignSubjectToAssertionTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignTypeToCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateActorGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateActorResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateAssertionTypeGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateAssertionTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateCapabilityGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateChannelGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateChannelResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateDataEntityGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateDataEntityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateEndpointGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSEBindingElementResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSEBindingGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSEBindingResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSESystemGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSESystemResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSETypeGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationVersionResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreatePolicyAssertionGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreatePolicyAssertionResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreatePolicyGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreatePolicyResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateResourceGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateResourceResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateRuntimeServerGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateRuntimeServerResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSLEGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSLEResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSchemaGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSchemaResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSystemInstanceGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSystemInstanceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteActorGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteActorResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteAssertionTypeGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteAssertionTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteCapabilityGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteChannelGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteChannelResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteDataEntityGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteDataEntityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteEndpointGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSEBindingElementResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSEBindingGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSEBindingResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSESystemGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSESystemResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSETypeGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationVersionResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeletePolicyAssertionGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeletePolicyAssertionResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeletePolicyGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeletePolicyResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteResourceGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteResourceResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteRuntimeServerGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteRuntimeServerResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSLEGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSLEResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSchemaGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSchemaResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSystemInstanceGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSystemInstanceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetActorGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetActorResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetAssertionTypeGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetAssertionTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetAssertionTypeSubjectsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetCapabilityGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetChannelGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetChannelResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetDataEntityGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetDataEntityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointWithoutWSDLResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEquivalentSchemaObjectResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetIDForEndpointResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetIDForMSESystemResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetIDForPolicyResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetIDForResourceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetIDForSystemInstanceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetIDFromNameResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSEBindingElementResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSEBindingGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSEBindingResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSESystemGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSESystemResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSETypeGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionsForEndpointAndActionResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionsForEndpointAndFirstBodyElementResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetPolicyAssertionGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetPolicyAssertionResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetPolicyGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetPolicyResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetResourceGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetResourceResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerByNameResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerWithoutEndpointWSDLResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSLEForActorCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSLEGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSLEResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSchemaGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSchemaObjectByIDResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSchemaObjectByNameTypeAndNamespaceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSchemaResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSystemInstanceGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSystemInstanceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ImportSchemasResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.IsUddiIntegrationEnabledResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListActorGroupsByActorResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListActorGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListActorsByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListActorsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListAssertionTypeGroupsByAssertionTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListAssertionTypeGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListAssertionTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListAssertionTypesByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListCapabilitiesByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListCapabilitiesResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListCapabilityGroupsByCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListCapabilityGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelGroupsByChannelResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelsByGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListDataEntitiesByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListDataEntitiesResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListDataEntityGroupsByDataEntityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListDataEntityGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointGroupsByEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsByGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsForRuntimeServerResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEntityGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingElementsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingGroupsByMSEBindingResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingsByGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSESystemGroupsByMSESystemResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSESystemGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSESystemsByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSESystemsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSETypeGroupsByMSETypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSETypeGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSETypesByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationGroupsByOperationResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsByGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsByResourceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsBySchemaResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPoliciesResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyAssertionGroupsByPolicyAssertionResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyAssertionGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyAssertionsByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyAssertionsByPolicyResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyAssertionsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyGroupsByPolicyResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicysByGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourceGroupsByResourceResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourceGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourcesByGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourcesResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServerGroupsByRuntimeServerResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServerGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServersByGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServersResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSLEGroupsBySLEResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSLEGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSLEsByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSLEsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaGroupsBySchemaResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaGroupsResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaObjectByNameTypeAndNamespaceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaObjectDependenciesResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaObjectReferencesResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemasByGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemasForExportResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemasResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemInstanceGroupsBySystemInstanceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemInstanceGroupsResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemInstancesByGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemInstancesResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListTypesResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.PublishRuntimeServerEndPointsToUddiResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveAllSubjectsFromAssertionTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveAssociatedOperationVerForEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveBindingElementsFromBindingResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveCapabilityFromActorResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveDataEntityFromTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveOperationFromCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemovePolicyAssertionFromPolicyResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemovePublishedOperationVerForEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveRuntimeServerEndPointsFromUddiResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveTypeFromCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.SaveSchemasFromImportResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateActorGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateActorResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateAssertionTypeGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateAssertionTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateCapabilityGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateCapabilityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateChannelGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateChannelResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateDataEntityGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateDataEntityResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateEndpointGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateEndpointResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSEBindingElementResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSEBindingGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSEBindingResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSESystemGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSESystemResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSETypeGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationVersionResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdatePolicyAssertionGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdatePolicyAssertionResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdatePolicyGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdatePolicyResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateResourceGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateResourceResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateRuntimeServerGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateRuntimeServerResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSLEGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSLEResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSchemaGroupResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSchemaObjectReferencesResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSchemaResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSystemInstanceGroupResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSystemInstanceResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateTypeResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ValidateOperationVersionRequestResponse.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ValidateSchemaResponse1.datasource
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Reference.cs
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Reference.svcmap
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.disco
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.wsdl
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog1.wsdl
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog1.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog2.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog3.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog4.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog5.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog6.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog7.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog8.xsd
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/WCFCatalogSvc.wsdl
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/configuration.svcinfo
December2010CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/configuration91.svcinfo
December2010CTP/Microsoft.MSE.Catalog.Proxy/app.config
December2010CTP/Microsoft.MSE.Catalog.SelfHost/Arguments.cs
December2010CTP/Microsoft.MSE.Catalog.SelfHost/CatalogServer.cs
December2010CTP/Microsoft.MSE.Catalog.SelfHost/Microsoft.MSE.Catalog.SelfHost.csproj
December2010CTP/Microsoft.MSE.Catalog.SelfHost/Microsoft.MSE.Catalog.SelfHost.csproj.vspscc
December2010CTP/Microsoft.MSE.Catalog.SelfHost/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE.Catalog.ServiceHost/App.config
December2010CTP/Microsoft.MSE.Catalog.ServiceHost/CatalogService.cs
December2010CTP/Microsoft.MSE.Catalog.ServiceHost/Microsoft.MSE.Catalog.ServiceHost.csproj
December2010CTP/Microsoft.MSE.Catalog.ServiceHost/Microsoft.MSE.Catalog.ServiceHost.csproj.vspscc
December2010CTP/Microsoft.MSE.Catalog.ServiceHost/Program.cs
December2010CTP/Microsoft.MSE.Catalog.ServiceHost/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.csproj
December2010CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.csproj.vspscc
December2010CTP/Microsoft.MSE.Catalog.Services/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE.Catalog.Services/WCFCatalogSvc.cs
December2010CTP/Microsoft.MSE.ExceptionManagement/ExceptionBase.cs
December2010CTP/Microsoft.MSE.ExceptionManagement/Microsoft.MSE.ExceptionManagement.csproj
December2010CTP/Microsoft.MSE.ExceptionManagement/Microsoft.MSE.ExceptionManagement.csproj.vspscc
December2010CTP/Microsoft.MSE.ExceptionManagement/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE.Logging/Log.snippet
December2010CTP/Microsoft.MSE.Logging/LogE.snippet
December2010CTP/Microsoft.MSE.Logging/LogEnterM.snippet
December2010CTP/Microsoft.MSE.Logging/LogException.snippet
December2010CTP/Microsoft.MSE.Logging/LogExitM.snippet
December2010CTP/Microsoft.MSE.Logging/LogI.snippet
December2010CTP/Microsoft.MSE.Logging/LogV.snippet
December2010CTP/Microsoft.MSE.Logging/Logger.cs
December2010CTP/Microsoft.MSE.Logging/LoggingMessage.cs
December2010CTP/Microsoft.MSE.Logging/Messages.Designer.cs
December2010CTP/Microsoft.MSE.Logging/Messages.resx
December2010CTP/Microsoft.MSE.Logging/Microsoft.MSE.Logging.csproj
December2010CTP/Microsoft.MSE.Logging/Microsoft.MSE.Logging.csproj.vspscc
December2010CTP/Microsoft.MSE.Logging/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE/BindingHelper.cs
December2010CTP/Microsoft.MSE/Data/ConnectionFactory.cs
December2010CTP/Microsoft.MSE/Data/DataMapper.cs
December2010CTP/Microsoft.MSE/Data/DataReader.cs
December2010CTP/Microsoft.MSE/Data/StoredProcedure.cs
December2010CTP/Microsoft.MSE/Microsoft.MSE.csproj
December2010CTP/Microsoft.MSE/Microsoft.MSE.csproj.vspscc
December2010CTP/Microsoft.MSE/MseConstants.cs
December2010CTP/Microsoft.MSE/Properties/AssemblyInfo.cs
December2010CTP/Microsoft.MSE/ThreadSafeCache.cs
December2010CTP/Microsoft.MSE/TraceHelper.cs
February2009CTP/Catalog.sln
February2009CTP/Catalog.vssscc
February2009CTP/Microsoft.MSE.Catalog.ConsoleHost/App.config
February2009CTP/Microsoft.MSE.Catalog.ConsoleHost/Microsoft.MSE.Catalog.ConsoleHost.csproj
February2009CTP/Microsoft.MSE.Catalog.ConsoleHost/Microsoft.MSE.Catalog.ConsoleHost.csproj.vspscc
February2009CTP/Microsoft.MSE.Catalog.ConsoleHost/Program.cs
February2009CTP/Microsoft.MSE.Catalog.ConsoleHost/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/CatalogDataContracts.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/EventingDataContracts.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/EventingFaults.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/EventingMessageContracts.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/ICatalogCallback.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/IChangeNotificationService.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/INotificationManager.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/ISubscriptionManager.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetIDFromNameRequest.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetIDFromNameResponse.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationRequest.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationResponse.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndActionRequest.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndActionResponse.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndFirstBodyElementRequest.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndFirstBodyElementResponse.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetPolicyRequest.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetPolicyResponse.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetRuntimeServerByNameRequest.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetRuntimeServerByNameResponse.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/ValidateOperationVersionRequestRequest.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/ValidateOperationVersionRequestResponse.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Microsoft.MSE.Catalog.Contracts.csproj
February2009CTP/Microsoft.MSE.Catalog.Contracts/Microsoft.MSE.Catalog.Contracts.csproj.vspscc
February2009CTP/Microsoft.MSE.Catalog.Contracts/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/SC.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Schemas.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Services/IAdministration.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Services/IDesignModel.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Services/IRuntimeModel.cs
February2009CTP/Microsoft.MSE.Catalog.Contracts/Services/IServiceModel.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/BindingManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/ChannelManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/DataEntityManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/EndpointManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/EntityManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/OperationManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/PolicyManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/RuntimeServerManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/SchemaManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Business/SystemsManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/CatalogSvcHelper.cs
February2009CTP/Microsoft.MSE.Catalog.Module/ChangeTrackingHelper.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Configuration/CatalogServerSection.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Configuration/CatalogSvcConfig.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Configuration/ConfigurationHandler.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Configuration/Configurator.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Configuration/SettingsManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DAL.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/AssertionType.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/Binding.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/BindingElement.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/Channel.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/DataEntity.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/Endpoint.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/Entity.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/MSESystem.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/MSESystemInstance.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/MessageHeader.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/MessagePart.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/Operation.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/OperationVersion.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/Policy.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/PolicyAssertion.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/RepositoryChange.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/Resource.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/RuntimeServer.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/Schema.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/SchemaImport.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/SchemaObject.cs
February2009CTP/Microsoft.MSE.Catalog.Module/DATA/SoapFault.cs
February2009CTP/Microsoft.MSE.Catalog.Module/MSENotificationManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Microsoft.MSE.Catalog.Module.csproj
February2009CTP/Microsoft.MSE.Catalog.Module/Microsoft.MSE.Catalog.Module.csproj.vspscc
February2009CTP/Microsoft.MSE.Catalog.Module/Notification.cs
February2009CTP/Microsoft.MSE.Catalog.Module/NotificationManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Catalog.Module/RepositoryChangeManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/SC.cs
February2009CTP/Microsoft.MSE.Catalog.Module/Services/ServiceModel.cs
February2009CTP/Microsoft.MSE.Catalog.Module/StartServiceCompletedEventArgs.cs
February2009CTP/Microsoft.MSE.Catalog.Module/SubscriptionManager.cs
February2009CTP/Microsoft.MSE.Catalog.Module/UddiPublisher.cs
February2009CTP/Microsoft.MSE.Catalog.Module/UrlAcl.cs
February2009CTP/Microsoft.MSE.Catalog.Proxy/Microsoft.MSE.Catalog.Proxy.csproj
February2009CTP/Microsoft.MSE.Catalog.Proxy/Microsoft.MSE.Catalog.Proxy.csproj.vspscc
February2009CTP/Microsoft.MSE.Catalog.Proxy/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AcceptEventResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignAssociatedOperationVerToEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignPublishedOperationVerToEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateChannelGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateChannelResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateEndpointGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSEBindingGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSEBindingResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationVersionResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreatePolicyGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreatePolicyResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateResourceGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateResourceResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateRuntimeServerGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateRuntimeServerResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSchemaGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSchemaResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSystemGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSystemResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteChannelGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteChannelResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteEndpointGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSEBindingGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSEBindingResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationVersionResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeletePolicyGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeletePolicyResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteResourceGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteResourceResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteRuntimeServerGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteRuntimeServerResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSchemaGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSchemaResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSystemGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSystemResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetChannelGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetChannelResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointWithoutWSDLResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetIDFromNameResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSEBindingGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSEBindingResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionsForEndpointAndActionResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionsForEndpointAndFirstBodyElementResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetPolicyGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetPolicyResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetResourceGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetResourceResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerByNameResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerWithoutEndpointWSDLResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSchemaGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSchemaResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSystemGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSystemResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ImportSchemasResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.IsUddiIntegrationEnabledResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelGroupsByChannelResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelsByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointGroupsByEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsForRuntimeServerResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEntityGroupsByOperationResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEntityGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingGroupsByMSEBindingResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingsByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationGroupsByOperationResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsBySchemaResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPoliciesResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyGroupsByPolicyResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicysByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourceGroupsByResourceResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourceGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourcesByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourcesResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServerGroupsByRuntimeServerResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServerGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServersByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServersResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaGroupsBySchemaResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemasByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemasResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemGroupsBySystemResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemGroupsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemsByGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemsResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.PublishRuntimeServerEndPointsToUddiResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveAssociatedOperationVerForEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemovePublishedOperationVerForEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveRuntimeServerEndPointsFromUddiResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateChannelGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateChannelResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateEndpointGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateEndpointResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSEBindingGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSEBindingResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationVersionResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdatePolicyGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdatePolicyResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateResourceGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateResourceResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateRuntimeServerGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateRuntimeServerResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSchemaGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSchemaResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSystemGroupResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSystemResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ValidateOperationVersionRequestResponse.datasource
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Reference.cs
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Reference.svcmap
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.disco
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.wsdl
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog1.wsdl
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog1.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog2.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog3.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog4.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog5.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog6.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog7.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog8.xsd
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/WCFCatalogSvc.wsdl
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/configuration.svcinfo
February2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/configuration91.svcinfo
February2009CTP/Microsoft.MSE.Catalog.Proxy/app.config
February2009CTP/Microsoft.MSE.Catalog.SelfHost/Arguments.cs
February2009CTP/Microsoft.MSE.Catalog.SelfHost/CatalogServer.cs
February2009CTP/Microsoft.MSE.Catalog.SelfHost/Microsoft.MSE.Catalog.SelfHost.csproj
February2009CTP/Microsoft.MSE.Catalog.SelfHost/Microsoft.MSE.Catalog.SelfHost.csproj.vspscc
February2009CTP/Microsoft.MSE.Catalog.SelfHost/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Catalog.ServiceHost/App.config
February2009CTP/Microsoft.MSE.Catalog.ServiceHost/CatalogService.cs
February2009CTP/Microsoft.MSE.Catalog.ServiceHost/Microsoft.MSE.Catalog.ServiceHost.csproj
February2009CTP/Microsoft.MSE.Catalog.ServiceHost/Microsoft.MSE.Catalog.ServiceHost.csproj.vspscc
February2009CTP/Microsoft.MSE.Catalog.ServiceHost/Program.cs
February2009CTP/Microsoft.MSE.Catalog.ServiceHost/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Catalog.Services/DesignModelService.cs
February2009CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.csproj
February2009CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.csproj.vspscc
February2009CTP/Microsoft.MSE.Catalog.Services/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Catalog.Services/RuntimeModelService.cs
February2009CTP/Microsoft.MSE.Catalog.Services/ServiceModelService.cs
February2009CTP/Microsoft.MSE.Catalog.Services/StartServiceCompletedEventArgs.cs
February2009CTP/Microsoft.MSE.Catalog.Services/WCFCatalogSvc.cs
February2009CTP/Microsoft.MSE.Catalog.Services/WCFCatalogSvcHost.cs
February2009CTP/Microsoft.MSE.ExceptionManagement/ExceptionBase.cs
February2009CTP/Microsoft.MSE.ExceptionManagement/Microsoft.MSE.ExceptionManagement.csproj
February2009CTP/Microsoft.MSE.ExceptionManagement/Microsoft.MSE.ExceptionManagement.csproj.vspscc
February2009CTP/Microsoft.MSE.ExceptionManagement/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Logging/Log.snippet
February2009CTP/Microsoft.MSE.Logging/LogE.snippet
February2009CTP/Microsoft.MSE.Logging/LogEnterM.snippet
February2009CTP/Microsoft.MSE.Logging/LogException.snippet
February2009CTP/Microsoft.MSE.Logging/LogExitM.snippet
February2009CTP/Microsoft.MSE.Logging/LogI.snippet
February2009CTP/Microsoft.MSE.Logging/LogV.snippet
February2009CTP/Microsoft.MSE.Logging/Logger.cs
February2009CTP/Microsoft.MSE.Logging/LoggingMessage.cs
February2009CTP/Microsoft.MSE.Logging/Messages.Designer.cs
February2009CTP/Microsoft.MSE.Logging/Messages.resx
February2009CTP/Microsoft.MSE.Logging/Microsoft.MSE.Logging.csproj
February2009CTP/Microsoft.MSE.Logging/Microsoft.MSE.Logging.csproj.vspscc
February2009CTP/Microsoft.MSE.Logging/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE.Repository/Microsoft.MSE.Repository.dbproj
February2009CTP/Microsoft.MSE.Repository/Microsoft.MSE.Repository.dbproj.schemaview
February2009CTP/Microsoft.MSE.Repository/Microsoft.MSE.Repository.dbproj.vspscc
February2009CTP/Microsoft.MSE.Repository/Properties/Database.sqlcmdvars
February2009CTP/Microsoft.MSE.Repository/Properties/Database.sqldeployment
February2009CTP/Microsoft.MSE.Repository/Properties/Database.sqlpermissions
February2009CTP/Microsoft.MSE.Repository/Properties/Database.sqlsettings
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Security/Roles/Database Roles/ServiceEngine.role.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Security/Schemas/ServiceEngine.schema.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssignAssociatedOperationVersionToEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssignBindingElementsToBinding.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssignEndpointToRuntimeServer.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssignEntityPolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssignEntityToEntityGroup.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssignPolicyAssertionToPolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssignPublishedOperationVersionToEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssignSubjectToAssertionType.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.AssociateSchemaObjectToDataEntity.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateAssertionType.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateBinding.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateBindingElement.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateChannel.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateDataEntity.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateEndpointUddiAssociation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateEntityGroup.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateMessageHeaderForOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateMessagePart.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateOperation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreatePolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreatePolicyAssertion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateProperty.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateResource.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateRuntimeServer.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateSchema.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateSchemaImport.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateSchemaObject.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateSchemaObjectDependency.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateSoapFaultForOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateSystem.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.CreateSystemInstance.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeQueueRepositoryChange.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteAssertionType.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteBinding.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteBindingElement.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteChannel.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteDataEntity.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteEntityGroup.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteMessageHeadersForOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteMessagesFromOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteOperation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeletePoliciesFromEntity.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeletePolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeletePolicyAssertion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteProperty.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteResource.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteRuntimeServer.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteSchema.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteSchemaImport.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteSchemaObject.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteSoapFaultsForOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteSystem.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteSystemInstance.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.DeleteVersionsFromOperation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.EntityExists.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetAssertionType.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetAssertionTypeSubjects.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetBinding.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetBindingElement.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetBindingElementByName.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetBindingElementsForBindingID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetChannel.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetDataEntity.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetDataEntityBySchemaObjectID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetEntityGroup.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetEntityNameFromID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetEntityPolicies.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetIDFromName.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetMessage.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetMessageHeadersForOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetNameFromID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetOperation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetOperationVersionsForEndpointAndAction.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetOperationVersionsForEndpointAndFirstBodyElement.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetPolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetPolicyAssertion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetProperty.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetResource.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetRuntimeServer.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetSchema.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetSchemaObject.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetSchemaObjectByID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetSchemaObjectByNameTypeAndNamespace.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetSchemabyNamespace.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetSoapFaultsForOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetSystem.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.GetSystemInstance.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListAssertionTypes.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListAssertionTypesBySchemaObject.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListAssociatedEndpointsForOperationID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListAssociatedEndpointsForOperationVersionID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListAssociatedOperationsForEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListBindingElements.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListBindings.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListBindingsForBindingElementID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListCallbackURIsByEventName.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListChannels.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListChannelsForPolicyID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListDataEntities.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListDependentSchemas.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListEndpointUddiAssociation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListEndpoints.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListEndpointsForBindingID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListEndpointsForPolicyID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListEndpointsForRuntimeServerID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListEntitiesByGroup.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListEntityGroups.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListEntityGroupsByEntity.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperationVersionByResource.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperationVersions.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperationVersionsByElement.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperationVersionsBySchema.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperationVersionsBySchemaObject.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperations.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperationsByElement.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperationsByResource.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListOperationsBySchema.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListPolicies.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListPoliciesBySubject.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListPoliciesForAssertionTypeID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListPoliciesForPolicyAssertionID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListPolicyAssertion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListPolicyAssertionsByPolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListProperties.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListPublishedOperationsForEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListReferencedBySchemas.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListResources.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListResourcesForBindingID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListResourcesForSchemaObject.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListResourcesForSystemID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListResourcesForSystemInstance.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeEventDataForBindingID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeEventDataForEndpointID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeEventDataForOperationID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeEventDataForOperationVersionID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeEventDataForPolicyID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeEventDataForResourceID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeEventDataForSystemID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeEventDataForSystemInstanceID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeServerNotificationAddresses.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListRuntimeServers.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemaImports.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemaObjectByNameTypeAndNamespace.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemaObjectDependencies.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemaObjectReferences.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemaObjects.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemaObjectsByDataEntityID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemaObjectsBySchemaID.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemaObjectsFoEndPoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemas.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSchemasForEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSystemInstances.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSystemInstancesForSystem.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.ListSystems.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.QueueRepositoryChange.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemoveAllPolicyAssertionsFromPolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemoveAllSubjectsFromAssertionType.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemoveAssociatedOperationFromEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemoveBindingElementsFromBindings.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemoveEndpointFromRuntimeServer.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemoveEndpointUddiAssociation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemoveEndpointsFromRuntimeServer.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemoveEntityFromEntityGroup.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemovePolicyAssertionFromPolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.RemovePublishedOperationFromEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.SubscribeToEvent.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UnsubscribeFromEvent.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateAssertionType.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateBinding.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateBindingElement.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateChannel.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateDataEntity.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateEndpoint.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateEndpointUddiAssociation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateEntityGroup.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateOperation.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateOperationGroup.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateOperationVersion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdatePolicy.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdatePolicyAssertion.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateProperty.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateResource.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateRuntimeServer.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateSchemaImport.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateSchemaObject.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateSchemaObjectReferences.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateSystem.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Stored Procedures/ServiceEngine.UpdateSystemInstance.proc.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Indexes/ServiceEngine.OperationVersions.IX_Operation_VersionNumber.ukey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.AssertionTypes.FK_AssertionTypes_SchemaObjects.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.AssertionTypes_Subjects.FK_AssertionTypes_Subjects_AssertionTypes.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.AssertionTypes_Subjects.FK_AssertionTypes_Subjects_EntityTypes.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Bindings.FK_Bindings_BindingElements_BindingElements.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Bindings.FK_Bindings_BindingElements_Bindings.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Channels.FK_Channels_Bindings.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.DataEntities.FK_DataEntities_SchemaObjects.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.EndPoints.FK_EndPoints_Bindings.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.EndPoints.FK_EndPoints_Policies.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.EndPoints_AssociatedUddi.FK_EndPoints_AssociatedUddi_EndPoints.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.EndPoints_PublishedOperations.FK_EndPoints_PublishedOperations_EndPoints.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.EndPoints_PublishedOperations.FK_EndPoints_PublishedOperations_OperationVersions.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.EndPoints_PublishedOperations.FK_EndPoints_PublishedOperations_Operations.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Endpoints_AssociatedOperations.FK_Endpoints_AssociatedOperations_Endpoints.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Endpoints_AssociatedOperations.FK_Endpoints_AssociatedOperations_OperationVersions.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Entities_EntityGroups.FK_EntityGroups_Entities_EntityGroups.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.EntityGroups.FK_EntityGroups_EntityTypes.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Entity_Policies.FK_Entity_Policies_Policies.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.EventRegistrations.FK_EventRegistrations_Events.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.MessageHeaders.FK_MessageHeader_SchemaObject.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.MessageHeaders.FK_MessageHeaders_OperationVersions.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.MessageParts.FK_MessagePart_OperationVersion.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.MessageParts.FK_MessageParts_SchemaObjects.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.MessageParts.FK_MessageParts_Schemas.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Names.FK_Names_EntityTypeID.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.OperationVersions.FK_OperationVersions_Operations.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.OperationVersions.FK_OperationVersions_Policies.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.OperationVersions.FK_OperationVersions_Resources.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Operations.FK_Services_Policies.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Policies_PolicyAssertions.FK_Policies_PolicyAssertions_Policies.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Policies_PolicyAssertions.FK_Policies_PolicyAssertions_PolicyAssertions.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.PolicyAssertions.FK_PolicyAssertions_AssertionTypes.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Resources.FK_Resources_Policies.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Resources.FK_Resources_SystemInstance.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.RuntimeServers.FK_RuntimeServers_BrokerBindings.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.RuntimeServers.FK_RuntimeServers_CatalogBindings.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.RuntimeServers.FK_RuntimeServers_ListenerBindings.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.RuntimeServers.FK_RuntimeServers_NotificationBindings.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.RuntimeServers.FK_RuntimeServers_Policies.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.RuntimeServers_Endpoints.FK_RuntimeServers_Endpoints_Endpoints.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.RuntimeServers_Endpoints.FK_RuntimeServers_Endpoints_RuntimeServers.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SchemaImports.FK_SchemaImports_Schema.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SchemaObjectDependencies.FK_SchemaObjectItem_SchemaObject.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SchemaObjectDependencies.FK_SchemaObjectItem_SchemaObject1.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SchemaObjectMappings.FK_SchemaObjectMappings_SchemaObjects.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SchemaObjectMappings.FK_SchemaObjectMappings_SchemaObjects1.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SchemaObjects.FK_SchemaObject_Schema.FK_SchemaObject_Schema.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SoapFaults.FK_SoapFault_SchemaObject.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SoapFaults.FK_SoapFaults_OperationVersions.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SoapFaults.FK_SoapFaults_Schemas.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.SystemInstance.FK_SystemInstance_SystemInstance.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/Keys/ServiceEngine.Systems.FK_Systems_Policies.fkey.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.AssertionTypes.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.AssertionTypes_Subjects.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.BindingElements.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Bindings.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Bindings_BindingElements.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Channels.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.DataEntities.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Endpoints.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Endpoints_AssociatedOperations.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Endpoints_AssociatedUddi.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Endpoints_PublishedOperations.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Entities_EntityGroups.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.EntityGroups.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.EntityTypes.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Entity_Policies.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.EventRegistrations.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Events.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.MessageHeaders.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.MessageParts.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Names.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.OperationVersions.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Operations.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Policies.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Policies_PolicyAssertions.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.PolicyAssertions.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Properties.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.RepositoryChanges.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Resources.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.RuntimeServers.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.RuntimeServers_EndPoints.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.SchemaImports.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.SchemaObjectDependencies.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.SchemaObjectMappings.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.SchemaObjects.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Schemas.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.SoapFaults.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.SystemInstance.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Tables/ServiceEngine.Systems.table.sql
February2009CTP/Microsoft.MSE.Repository/Schema Objects/Types/XML Schema Collections/ServiceEngine.WCFBindingsSchema.xmlschema.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/Clean.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/DatabaseObjectOptions.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/DropDatabase.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/DropLogin.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/LoadBindings.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/LoadDefaultRuntimeServer.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/LoadEntityTypes.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/LoadEvents.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/LoadPolicies.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/LoadProperties.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/Permissions.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/RoleMemberships.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/RulesAndDefaults.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/Script.PostDeployment.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Post-Deployment/Signatures.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Pre-Deployment/CustomErrors.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Pre-Deployment/EncryptionKeysAndCertificates.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Pre-Deployment/LinkedServers.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Pre-Deployment/Logins.sql
February2009CTP/Microsoft.MSE.Repository/Scripts/Pre-Deployment/Script.PreDeployment.sql
February2009CTP/Microsoft.MSE.Repository/TestData.dgen
February2009CTP/Microsoft.MSE.Repository/Upgraded/Upgraded.rolememberships.sql
February2009CTP/Microsoft.MSE/BindingHelper.cs
February2009CTP/Microsoft.MSE/Data/ConnectionFactory.cs
February2009CTP/Microsoft.MSE/Data/DataMapper.cs
February2009CTP/Microsoft.MSE/Data/DataReader.cs
February2009CTP/Microsoft.MSE/Data/StoredProcedure.cs
February2009CTP/Microsoft.MSE/Microsoft.MSE.csproj
February2009CTP/Microsoft.MSE/Microsoft.MSE.csproj.vspscc
February2009CTP/Microsoft.MSE/MseConstants.cs
February2009CTP/Microsoft.MSE/Properties/AssemblyInfo.cs
February2009CTP/Microsoft.MSE/ThreadSafeCache.cs
February2009CTP/Microsoft.MSE/TraceHelper.cs
June2008CTP/MSE-June2008CTP.zip
June2008CTP/MSE.sln
June2008CTP/Microsoft.MSE.Catalog.ConsoleHost/App.config
June2008CTP/Microsoft.MSE.Catalog.ConsoleHost/Microsoft.MSE.Catalog.ConsoleHost.csproj
June2008CTP/Microsoft.MSE.Catalog.ConsoleHost/Microsoft.MSE.Catalog.ConsoleHost.csproj.vspscc
June2008CTP/Microsoft.MSE.Catalog.ConsoleHost/Program.cs
June2008CTP/Microsoft.MSE.Catalog.ConsoleHost/Properties/AssemblyInfo.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/CatalogDataContracts.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/CatalogMessageContracts.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/EventingDataContracts.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/EventingFaults.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/EventingMessageContracts.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/ICatalogCallback.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/INotificationManager.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/IRepositoryEventHandlerSvc.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/ISubscriptionManager.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/IWCFCatalogSvc.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/Microsoft.MSE.Catalog.Contracts.csproj
June2008CTP/Microsoft.MSE.Catalog.Contracts/Microsoft.MSE.Catalog.Contracts.csproj.vspscc
June2008CTP/Microsoft.MSE.Catalog.Contracts/Properties/AssemblyInfo.cs
June2008CTP/Microsoft.MSE.Catalog.Contracts/SC.cs
June2008CTP/Microsoft.MSE.Catalog.Module/CatalogSvcConfig.cs
June2008CTP/Microsoft.MSE.Catalog.Module/ConfigurationHandler.cs
June2008CTP/Microsoft.MSE.Catalog.Module/Configurator.cs
June2008CTP/Microsoft.MSE.Catalog.Module/DAL.cs
June2008CTP/Microsoft.MSE.Catalog.Module/Microsoft.MSE.Catalog.Module.csproj
June2008CTP/Microsoft.MSE.Catalog.Module/Microsoft.MSE.Catalog.Module.csproj.vspscc
June2008CTP/Microsoft.MSE.Catalog.Module/NotificationManager.cs
June2008CTP/Microsoft.MSE.Catalog.Module/Properties/AssemblyInfo.cs
June2008CTP/Microsoft.MSE.Catalog.Module/SC.cs
June2008CTP/Microsoft.MSE.Catalog.Module/SubscriptionManager.cs
June2008CTP/Microsoft.MSE.Catalog.Module/UddiPublisher.cs
June2008CTP/Microsoft.MSE.Catalog.Module/UrlAcl.cs
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/App.config
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/CatalogService.cs
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/Microsoft.MSE.Catalog.ServiceHost.csproj
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/Microsoft.MSE.Catalog.ServiceHost.csproj.vspscc
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/Program.cs
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/ProjectInstaller.cs
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/ProjectInstaller.designer.cs
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/ProjectInstaller.resx
June2008CTP/Microsoft.MSE.Catalog.ServiceHost/Properties/AssemblyInfo.cs
June2008CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.csproj
June2008CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.csproj.vspscc
June2008CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.gpState
June2008CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.sln
June2008CTP/Microsoft.MSE.Catalog.Services/Properties/AssemblyInfo.cs
June2008CTP/Microsoft.MSE.Catalog.Services/StartServiceCompletedEventArgs.cs
June2008CTP/Microsoft.MSE.Catalog.Services/WCFCatalogSvc.cs
June2008CTP/Microsoft.MSE.Catalog.Services/WCFCatalogSvcHost.cs
June2008CTP/Microsoft.MSE.ExceptionManagement/ExceptionBase.cs
June2008CTP/Microsoft.MSE.ExceptionManagement/Microsoft.MSE.ExceptionManagement.csproj
June2008CTP/Microsoft.MSE.ExceptionManagement/Microsoft.MSE.ExceptionManagement.csproj.vspscc
June2008CTP/Microsoft.MSE.ExceptionManagement/Properties/AssemblyInfo.cs
June2008CTP/Microsoft.MSE.Repository.Triggers/CLRTriggers.cs
June2008CTP/Microsoft.MSE.Repository.Triggers/DBEventContext.cs
June2008CTP/Microsoft.MSE.Repository.Triggers/Microsoft.MSE.Repository.Triggers.csproj
June2008CTP/Microsoft.MSE.Repository.Triggers/Microsoft.MSE.Repository.Triggers.csproj.vspscc
June2008CTP/Microsoft.MSE.Repository.Triggers/Properties/AssemblyInfo.cs
June2008CTP/Microsoft.MSE.Repository.Triggers/Test Scripts/Test.sql
June2008CTP/Microsoft.MSE/BindingHelper.cs
June2008CTP/Microsoft.MSE/Microsoft.MSE.csproj
June2008CTP/Microsoft.MSE/Microsoft.MSE.csproj.vspscc
June2008CTP/Microsoft.MSE/MseConstants.cs
June2008CTP/Microsoft.MSE/Properties/AssemblyInfo.cs
June2008CTP/Microsoft.MSE/ThreadSafeCache.cs
June2008CTP/Microsoft.MSE/TraceHelper.cs
June2008CTP/SQL/Clean Up Data - Dev Only.sql
June2008CTP/SQL/Clean Up.sql
June2008CTP/SQL/Configure Database.sql
June2008CTP/SQL/Create Assemblies - Template.sql
June2008CTP/SQL/Create Database - Dev Only.cmd
June2008CTP/SQL/Create Database - Dev Only.sql
June2008CTP/SQL/Create Login.sql
June2008CTP/SQL/Create Role.sql
June2008CTP/SQL/Create SchemaCollections.sql
June2008CTP/SQL/Create Stored Procedures.sql
June2008CTP/SQL/Create Tables.sql
June2008CTP/SQL/Create Triggers.sql
June2008CTP/SQL/Load Default Bindings.sql
June2008CTP/SQL/Load Default Policies.sql
June2008CTP/SQL/Load Default Schemas.sql
June2008CTP/SQL/Load Events.sql
May2009CTP/Catalog.sln
May2009CTP/Catalog.vssscc
May2009CTP/Microsoft.MSE.Catalog.ConsoleHost/App.config
May2009CTP/Microsoft.MSE.Catalog.ConsoleHost/Microsoft.MSE.Catalog.ConsoleHost.csproj
May2009CTP/Microsoft.MSE.Catalog.ConsoleHost/Microsoft.MSE.Catalog.ConsoleHost.csproj.vspscc
May2009CTP/Microsoft.MSE.Catalog.ConsoleHost/Program.cs
May2009CTP/Microsoft.MSE.Catalog.ConsoleHost/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/CatalogDataContracts.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/EventingDataContracts.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/EventingFaults.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/EventingMessageContracts.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/ICatalogCallback.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/IChangeNotificationService.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/INotificationManager.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/ISubscriptionManager.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetIDFromNameRequest.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetIDFromNameResponse.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationRequest.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationResponse.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndActionRequest.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndActionResponse.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndFirstBodyElementRequest.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetOperationVersionsForEndpointAndFirstBodyElementResponse.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetPolicyRequest.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetPolicyResponse.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetRuntimeServerByNameRequest.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/GetRuntimeServerByNameResponse.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/ValidateOperationVersionRequestRequest.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Messages/Runtime/ValidateOperationVersionRequestResponse.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Microsoft.MSE.Catalog.Contracts.csproj
May2009CTP/Microsoft.MSE.Catalog.Contracts/Microsoft.MSE.Catalog.Contracts.csproj.vspscc
May2009CTP/Microsoft.MSE.Catalog.Contracts/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/SC.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Schemas.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Services/IAdministration.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Services/IDesignModel.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Services/IRuntimeModel.cs
May2009CTP/Microsoft.MSE.Catalog.Contracts/Services/IServiceModel.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/BindingManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/ChannelManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/DataEntityManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/EndpointManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/EntityManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/OperationManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/PolicyManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/RuntimeServerManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/SchemaManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Business/SystemsManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/CatalogSvcHelper.cs
May2009CTP/Microsoft.MSE.Catalog.Module/ChangeTrackingHelper.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Configuration/CatalogServerSection.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Configuration/CatalogSvcConfig.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Configuration/ConfigurationHandler.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Configuration/Configurator.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Configuration/SettingsManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DAL.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/AssertionType.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/Binding.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/BindingElement.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/Channel.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/DataEntity.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/Endpoint.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/Entity.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/MSESystem.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/MSESystemInstance.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/MessageHeader.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/MessagePart.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/Operation.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/OperationVersion.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/Policy.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/PolicyAssertion.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/RepositoryChange.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/Resource.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/RuntimeServer.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/Schema.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/SchemaImport.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/SchemaObject.cs
May2009CTP/Microsoft.MSE.Catalog.Module/DATA/SoapFault.cs
May2009CTP/Microsoft.MSE.Catalog.Module/MSENotificationManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Microsoft.MSE.Catalog.Module.csproj
May2009CTP/Microsoft.MSE.Catalog.Module/Microsoft.MSE.Catalog.Module.csproj.vspscc
May2009CTP/Microsoft.MSE.Catalog.Module/Notification.cs
May2009CTP/Microsoft.MSE.Catalog.Module/NotificationManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE.Catalog.Module/RepositoryChangeManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/SC.cs
May2009CTP/Microsoft.MSE.Catalog.Module/Services/ServiceModel.cs
May2009CTP/Microsoft.MSE.Catalog.Module/StartServiceCompletedEventArgs.cs
May2009CTP/Microsoft.MSE.Catalog.Module/SubscriptionManager.cs
May2009CTP/Microsoft.MSE.Catalog.Module/UddiPublisher.cs
May2009CTP/Microsoft.MSE.Catalog.Module/UrlAcl.cs
May2009CTP/Microsoft.MSE.Catalog.Proxy/Microsoft.MSE.Catalog.Proxy.csproj
May2009CTP/Microsoft.MSE.Catalog.Proxy/Microsoft.MSE.Catalog.Proxy.csproj.vspscc
May2009CTP/Microsoft.MSE.Catalog.Proxy/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AcceptEventResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignAssociatedOperationVerToEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.AssignPublishedOperationVerToEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateChannelGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateChannelResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateEndpointGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSEBindingGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateMSEBindingResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateOperationVersionResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreatePolicyGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreatePolicyResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateResourceGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateResourceResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateRuntimeServerGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateRuntimeServerResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSchemaGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSchemaResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSystemGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.CreateSystemResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteChannelGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteChannelResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteEndpointGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSEBindingGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteMSEBindingResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteOperationVersionResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeletePolicyGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeletePolicyResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteResourceGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteResourceResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteRuntimeServerGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteRuntimeServerResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSchemaGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSchemaResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSystemGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.DeleteSystemResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetChannelGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetChannelResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetEndpointWithoutWSDLResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetIDFromNameResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSEBindingGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetMSEBindingResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionsForEndpointAndActionResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetOperationVersionsForEndpointAndFirstBodyElementResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetPolicyGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetPolicyResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetResourceGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetResourceResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerByNameResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetRuntimeServerWithoutEndpointWSDLResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSchemaGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSchemaResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSystemGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.GetSystemResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ImportSchemasResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.IsUddiIntegrationEnabledResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelGroupsByChannelResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelsByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListChannelsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointGroupsByEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsForRuntimeServerResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEndpointsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEntityGroupsByOperationResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListEntityGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingGroupsByMSEBindingResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingsByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListMSEBindingsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationGroupsByOperationResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsBySchemaResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListOperationsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPoliciesResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyGroupsByPolicyResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicyGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListPolicysByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourceGroupsByResourceResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourceGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourcesByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListResourcesResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServerGroupsByRuntimeServerResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServerGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServersByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListRuntimeServersResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaGroupsBySchemaResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemaGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemasByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSchemasResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemGroupsBySystemResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemGroupsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemsByGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ListSystemsResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.PublishRuntimeServerEndPointsToUddiResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveAssociatedOperationVerForEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemovePublishedOperationVerForEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.RemoveRuntimeServerEndPointsFromUddiResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateChannelGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateChannelResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateEndpointGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateEndpointResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSEBindingGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateMSEBindingResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateOperationVersionResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdatePolicyGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdatePolicyResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateResourceGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateResourceResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateRuntimeServerGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateRuntimeServerResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSchemaGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSchemaResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSystemGroupResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.UpdateSystemResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Microsoft.MSE.Catalog.Proxy.ServiceModelProxy.ValidateOperationVersionRequestResponse.datasource
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Reference.cs
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/Reference.svcmap
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.disco
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.wsdl
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog1.wsdl
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog1.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog2.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog3.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog4.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog5.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog6.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog7.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/ServiceCatalog8.xsd
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/WCFCatalogSvc.wsdl
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/configuration.svcinfo
May2009CTP/Microsoft.MSE.Catalog.Proxy/Service References/ServiceModelProxy/configuration91.svcinfo
May2009CTP/Microsoft.MSE.Catalog.Proxy/app.config
May2009CTP/Microsoft.MSE.Catalog.SelfHost/Arguments.cs
May2009CTP/Microsoft.MSE.Catalog.SelfHost/CatalogServer.cs
May2009CTP/Microsoft.MSE.Catalog.SelfHost/Microsoft.MSE.Catalog.SelfHost.csproj
May2009CTP/Microsoft.MSE.Catalog.SelfHost/Microsoft.MSE.Catalog.SelfHost.csproj.vspscc
May2009CTP/Microsoft.MSE.Catalog.SelfHost/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE.Catalog.ServiceHost/App.config
May2009CTP/Microsoft.MSE.Catalog.ServiceHost/CatalogService.cs
May2009CTP/Microsoft.MSE.Catalog.ServiceHost/Microsoft.MSE.Catalog.ServiceHost.csproj
May2009CTP/Microsoft.MSE.Catalog.ServiceHost/Microsoft.MSE.Catalog.ServiceHost.csproj.vspscc
May2009CTP/Microsoft.MSE.Catalog.ServiceHost/Program.cs
May2009CTP/Microsoft.MSE.Catalog.ServiceHost/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE.Catalog.Services/DesignModelService.cs
May2009CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.csproj
May2009CTP/Microsoft.MSE.Catalog.Services/Microsoft.MSE.Catalog.Services.csproj.vspscc
May2009CTP/Microsoft.MSE.Catalog.Services/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE.Catalog.Services/RuntimeModelService.cs
May2009CTP/Microsoft.MSE.Catalog.Services/ServiceModelService.cs
May2009CTP/Microsoft.MSE.Catalog.Services/StartServiceCompletedEventArgs.cs
May2009CTP/Microsoft.MSE.Catalog.Services/WCFCatalogSvc.cs
May2009CTP/Microsoft.MSE.Catalog.Services/WCFCatalogSvcHost.cs
May2009CTP/Microsoft.MSE.ExceptionManagement/ExceptionBase.cs
May2009CTP/Microsoft.MSE.ExceptionManagement/Microsoft.MSE.ExceptionManagement.csproj
May2009CTP/Microsoft.MSE.ExceptionManagement/Microsoft.MSE.ExceptionManagement.csproj.vspscc
May2009CTP/Microsoft.MSE.ExceptionManagement/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE.Logging/Log.snippet
May2009CTP/Microsoft.MSE.Logging/LogE.snippet
May2009CTP/Microsoft.MSE.Logging/LogEnterM.snippet
May2009CTP/Microsoft.MSE.Logging/LogException.snippet
May2009CTP/Microsoft.MSE.Logging/LogExitM.snippet
May2009CTP/Microsoft.MSE.Logging/LogI.snippet
May2009CTP/Microsoft.MSE.Logging/LogV.snippet
May2009CTP/Microsoft.MSE.Logging/Logger.cs
May2009CTP/Microsoft.MSE.Logging/LoggingMessage.cs
May2009CTP/Microsoft.MSE.Logging/Messages.Designer.cs
May2009CTP/Microsoft.MSE.Logging/Messages.resx
May2009CTP/Microsoft.MSE.Logging/Microsoft.MSE.Logging.csproj
May2009CTP/Microsoft.MSE.Logging/Microsoft.MSE.Logging.csproj.vspscc
May2009CTP/Microsoft.MSE.Logging/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE/BindingHelper.cs
May2009CTP/Microsoft.MSE/Data/ConnectionFactory.cs
May2009CTP/Microsoft.MSE/Data/DataMapper.cs
May2009CTP/Microsoft.MSE/Data/DataReader.cs
May2009CTP/Microsoft.MSE/Data/StoredProcedure.cs
May2009CTP/Microsoft.MSE/Microsoft.MSE.csproj
May2009CTP/Microsoft.MSE/Microsoft.MSE.csproj.vspscc
May2009CTP/Microsoft.MSE/MseConstants.cs
May2009CTP/Microsoft.MSE/Properties/AssemblyInfo.cs
May2009CTP/Microsoft.MSE/ThreadSafeCache.cs
May2009CTP/Microsoft.MSE/TraceHelper.cs

Download

Click the following link to download servicesengine.zip.

servicesengine.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS