Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaInclude.cs / 1305376 / XmlSchemaInclude.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaInclude : XmlSchemaExternal { XmlSchemaAnnotation annotation; ///[To be supplied.] ///public XmlSchemaInclude() { Compositor = Compositor.Include; } /// [XmlElement("annotation", typeof(XmlSchemaAnnotation))] public XmlSchemaAnnotation Annotation { get { return annotation; } set { annotation = value; } } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { this.annotation = annotation; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaInclude : XmlSchemaExternal { XmlSchemaAnnotation annotation; ///[To be supplied.] ///public XmlSchemaInclude() { Compositor = Compositor.Include; } /// [XmlElement("annotation", typeof(XmlSchemaAnnotation))] public XmlSchemaAnnotation Annotation { get { return annotation; } set { annotation = value; } } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { this.annotation = annotation; } } } // 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
- PersistChildrenAttribute.cs
- TextSegment.cs
- ResourceExpressionEditor.cs
- WorkflowDesignerMessageFilter.cs
- SiteMapHierarchicalDataSourceView.cs
- SqlUserDefinedTypeAttribute.cs
- DataGridViewTextBoxColumn.cs
- MasterPageCodeDomTreeGenerator.cs
- ToolboxDataAttribute.cs
- DataServiceHostFactory.cs
- ValueType.cs
- StructuralCache.cs
- CollaborationHelperFunctions.cs
- PatternMatchRules.cs
- PerformanceCounters.cs
- ToolStripRenderEventArgs.cs
- hwndwrapper.cs
- Expression.cs
- EventLogTraceListener.cs
- BitmapEncoder.cs
- PaperSize.cs
- DSACryptoServiceProvider.cs
- SupportsEventValidationAttribute.cs
- XmlSchemaSimpleTypeUnion.cs
- SafePEFileHandle.cs
- CompiledIdentityConstraint.cs
- WeakHashtable.cs
- odbcmetadatacollectionnames.cs
- Fonts.cs
- AuthenticationModuleElement.cs
- ListDictionary.cs
- SoapTypeAttribute.cs
- DeviceFiltersSection.cs
- FileStream.cs
- Transform3DGroup.cs
- EncoderParameters.cs
- ModuleElement.cs
- SingleTagSectionHandler.cs
- SynchronizationScope.cs
- ExecutorLocksHeldException.cs
- DetectEofStream.cs
- ActivationArguments.cs
- BinaryReader.cs
- LocalizationParserHooks.cs
- SimpleType.cs
- ServiceBusyException.cs
- Double.cs
- SimpleRecyclingCache.cs
- FlowDocument.cs
- ComponentGlyph.cs
- Soap12ProtocolImporter.cs
- DirtyTextRange.cs
- LayoutEngine.cs
- EdmFunction.cs
- DataGridViewCellStateChangedEventArgs.cs
- WebColorConverter.cs
- DataGridViewSelectedCellCollection.cs
- ReversePositionQuery.cs
- View.cs
- NetMsmqSecurityElement.cs
- DataGridViewButtonColumn.cs
- MsmqDecodeHelper.cs
- webeventbuffer.cs
- TraceSource.cs
- ManagedFilter.cs
- ReversePositionQuery.cs
- EventLogConfiguration.cs
- FixedPageProcessor.cs
- XmlDownloadManager.cs
- sqlpipe.cs
- DataGridTablesFactory.cs
- TextBoxRenderer.cs
- Header.cs
- EmptyControlCollection.cs
- Point.cs
- HideDisabledControlAdapter.cs
- NativeMethods.cs
- CompositeControl.cs
- Polyline.cs
- RtfToken.cs
- LocatorBase.cs
- NativeObjectSecurity.cs
- UserValidatedEventArgs.cs
- DragDeltaEventArgs.cs
- ObjectListFieldsPage.cs
- DocumentAutomationPeer.cs
- NameValuePermission.cs
- ServiceInfoCollection.cs
- FolderLevelBuildProvider.cs
- EditBehavior.cs
- RC2CryptoServiceProvider.cs
- XmlILConstructAnalyzer.cs
- DataGridViewRowCollection.cs
- DurableInstanceProvider.cs
- securitycriticaldataClass.cs
- WebPartVerbsEventArgs.cs
- LicenseContext.cs
- Animatable.cs
- StringFunctions.cs
- TraceContext.cs