Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Description / MetadataExporter.cs / 1 / MetadataExporter.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Description { using System.Xml; using System.ServiceModel.Channels; using System.Collections.Generic; using System.Collections.ObjectModel; //For export we provide a builder that allows the gradual construction of a set of MetadataDocuments public abstract class MetadataExporter { PolicyVersion policyVersion = PolicyVersion.Policy12; public PolicyVersion PolicyVersion { get {return policyVersion;} set { if (value == null) throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("value"); policyVersion = value; } } //prevent inheritance until we are ready to allow it. internal MetadataExporter(){} readonly Collectionerrors = new Collection (); readonly Dictionary
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlSerializerNamespaces.cs
- UseLicense.cs
- ScopedKnownTypes.cs
- SafeSecurityHandles.cs
- ColumnBinding.cs
- NativeMethods.cs
- SimpleHandlerBuildProvider.cs
- CatalogPartCollection.cs
- NativeMethods.cs
- ResourceSet.cs
- SynchronizedReadOnlyCollection.cs
- Psha1DerivedKeyGenerator.cs
- XmlSchemaInfo.cs
- ComPersistableTypeElement.cs
- Closure.cs
- SafeEventLogWriteHandle.cs
- TraceLog.cs
- DetailsViewInsertEventArgs.cs
- NameValueConfigurationCollection.cs
- ImageConverter.cs
- CharacterShapingProperties.cs
- FormViewUpdatedEventArgs.cs
- XmlAnyAttributeAttribute.cs
- XmlSecureResolver.cs
- PointF.cs
- CharacterMetrics.cs
- Stack.cs
- SignatureConfirmations.cs
- WorkflowControlEndpoint.cs
- ObjectTokenCategory.cs
- CompiledAction.cs
- AlternationConverter.cs
- isolationinterop.cs
- XamlSerializerUtil.cs
- XmlDomTextWriter.cs
- X509Certificate2.cs
- XamlReader.cs
- BitmapEffectInputData.cs
- MembershipSection.cs
- TextSelectionHelper.cs
- sqlpipe.cs
- ObjectConverter.cs
- HostProtectionPermission.cs
- UserControlAutomationPeer.cs
- ConfigurationFileMap.cs
- TypedColumnHandler.cs
- FontDialog.cs
- DataGridViewMethods.cs
- GZipStream.cs
- VisualTreeUtils.cs
- FontStretchConverter.cs
- GiveFeedbackEventArgs.cs
- LoginView.cs
- PointValueSerializer.cs
- CodeSnippetStatement.cs
- GenericIdentity.cs
- KeyboardDevice.cs
- CheckBoxAutomationPeer.cs
- coordinator.cs
- ViewEvent.cs
- DynamicPropertyHolder.cs
- DataGridViewElement.cs
- BufferModesCollection.cs
- ComboBoxAutomationPeer.cs
- TraceSource.cs
- FormatConvertedBitmap.cs
- XPathAxisIterator.cs
- Int64AnimationUsingKeyFrames.cs
- SingleResultAttribute.cs
- MenuItemAutomationPeer.cs
- RangeContentEnumerator.cs
- IntegrationExceptionEventArgs.cs
- validation.cs
- WindowsSecurityTokenAuthenticator.cs
- DataControlField.cs
- DoubleCollectionConverter.cs
- ApplicationServiceHelper.cs
- HttpBindingExtension.cs
- BitmapEffectOutputConnector.cs
- Point3DAnimationBase.cs
- Util.cs
- WebFormDesignerActionService.cs
- PropertyManager.cs
- CompatibleComparer.cs
- PowerStatus.cs
- HttpContext.cs
- WorkflowViewService.cs
- InputQueue.cs
- StatusBarPanel.cs
- XslVisitor.cs
- ScopelessEnumAttribute.cs
- PropertyGrid.cs
- ContentTextAutomationPeer.cs
- RequestStatusBarUpdateEventArgs.cs
- DynamicUpdateCommand.cs
- ThreadExceptionDialog.cs
- ExtenderProvidedPropertyAttribute.cs
- PerCallInstanceContextProvider.cs
- CompositeActivityValidator.cs
- FastEncoder.cs