Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.WorkflowServices / System / ServiceModel / Description / ServiceDescriptionContext.cs / 1305376 / ServiceDescriptionContext.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Description { using System; using System.Collections; using System.Collections.Generic; using System.ServiceModel; class ServiceDescriptionContext { Dictionarycontracts; IList reflectedContracts; ServiceDescription serviceDescription; Dictionary , WorkflowOperationBehavior> workflowOperationBehaviors; internal ServiceDescriptionContext() { this.contracts = new Dictionary (); this.reflectedContracts = new List (); this.workflowOperationBehaviors = new Dictionary , WorkflowOperationBehavior>(); } public IDictionary Contracts { get { return this.contracts; } } public IList ReflectedContracts { get { return this.reflectedContracts; } } public ServiceDescription ServiceDescription { get { return this.serviceDescription; } set { this.serviceDescription = value; } } internal IDictionary , WorkflowOperationBehavior> WorkflowOperationBehaviors { get { return this.workflowOperationBehaviors; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OracleDataReader.cs
- BinaryParser.cs
- EntityParameter.cs
- HotSpotCollectionEditor.cs
- StickyNoteHelper.cs
- CommunicationException.cs
- EventPrivateKey.cs
- cookieexception.cs
- AVElementHelper.cs
- SecurityTokenRequirement.cs
- Int64AnimationUsingKeyFrames.cs
- RangeBase.cs
- LabelAutomationPeer.cs
- PathData.cs
- Cursors.cs
- AQNBuilder.cs
- CellParaClient.cs
- BindingContext.cs
- HotCommands.cs
- CodeDelegateInvokeExpression.cs
- RequestBringIntoViewEventArgs.cs
- TypeConverterValueSerializer.cs
- SqlInternalConnection.cs
- future.cs
- TransformerConfigurationWizardBase.cs
- Point4D.cs
- WebProxyScriptElement.cs
- WebPartDisplayMode.cs
- ValueTable.cs
- DataGridRelationshipRow.cs
- Style.cs
- LayoutUtils.cs
- TemplatePartAttribute.cs
- InlinedAggregationOperator.cs
- _ConnectStream.cs
- DynamicResourceExtension.cs
- SpeechDetectedEventArgs.cs
- SimpleColumnProvider.cs
- BitmapSourceSafeMILHandle.cs
- SemanticAnalyzer.cs
- PageCodeDomTreeGenerator.cs
- Geometry3D.cs
- XamlLoadErrorInfo.cs
- PaintEvent.cs
- XmlDataLoader.cs
- FlowDocumentView.cs
- WorkerRequest.cs
- SafeFindHandle.cs
- PolyQuadraticBezierSegment.cs
- Soap12ProtocolReflector.cs
- TemplatePagerField.cs
- SerializationException.cs
- ModelItemExtensions.cs
- DependencyPropertyKey.cs
- Graph.cs
- NamespaceList.cs
- StylusCollection.cs
- InternalBase.cs
- XmlUrlEditor.cs
- WebServiceEnumData.cs
- UnsignedPublishLicense.cs
- SerializationSectionGroup.cs
- EntryWrittenEventArgs.cs
- Internal.cs
- SecurityHelper.cs
- DataGridColumnHeader.cs
- TextDecoration.cs
- ChtmlLinkAdapter.cs
- PropertyManager.cs
- UnsafeNativeMethods.cs
- SHA512.cs
- COM2TypeInfoProcessor.cs
- Help.cs
- DataGridViewMethods.cs
- CompilationUtil.cs
- OdbcError.cs
- SettingsPropertyWrongTypeException.cs
- BrowserCapabilitiesCompiler.cs
- GeometryGroup.cs
- DataTableMappingCollection.cs
- coordinatorfactory.cs
- Memoizer.cs
- DomainUpDown.cs
- WaitHandleCannotBeOpenedException.cs
- VariableAction.cs
- Int64.cs
- OleDbFactory.cs
- propertyentry.cs
- SchemaComplexType.cs
- NativeRecognizer.cs
- IsolatedStorageFilePermission.cs
- TableCell.cs
- ByteAnimation.cs
- ClaimTypeElementCollection.cs
- XmlAggregates.cs
- XslCompiledTransform.cs
- RowParagraph.cs
- ProcessThread.cs
- WorkflowItemsPresenter.cs
- VersionUtil.cs