Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaInclude.cs / 1 / 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
- QuaternionAnimationBase.cs
- ResourcesGenerator.cs
- XdrBuilder.cs
- IDReferencePropertyAttribute.cs
- DataTableMapping.cs
- IisTraceWebEventProvider.cs
- TreeViewAutomationPeer.cs
- TypeSystemProvider.cs
- _SpnDictionary.cs
- _UriSyntax.cs
- CodePageUtils.cs
- DataGridDetailsPresenter.cs
- SerializationAttributes.cs
- NameValueCollection.cs
- AstNode.cs
- ComponentEditorForm.cs
- PropertyPushdownHelper.cs
- TdsParser.cs
- DecimalStorage.cs
- _TLSstream.cs
- OdbcConnectionPoolProviderInfo.cs
- BaseTemplateParser.cs
- Encoder.cs
- Columns.cs
- ModelTreeEnumerator.cs
- SymLanguageType.cs
- AutomationElementIdentifiers.cs
- WindowShowOrOpenTracker.cs
- ZipIOExtraField.cs
- ManagementBaseObject.cs
- SocketException.cs
- BitmapEffectInput.cs
- ContainerParagraph.cs
- PeerEndPoint.cs
- FileNotFoundException.cs
- FileUtil.cs
- ReadOnlyDictionary.cs
- XmlQueryRuntime.cs
- BaseResourcesBuildProvider.cs
- _NestedMultipleAsyncResult.cs
- WorkflowPageSetupDialog.cs
- IPGlobalProperties.cs
- PageTheme.cs
- AppliedDeviceFiltersDialog.cs
- BitmapImage.cs
- XmlBinaryReaderSession.cs
- ForeignKeyConstraint.cs
- RemoveStoryboard.cs
- DocumentGridContextMenu.cs
- PartitionResolver.cs
- FlowLayout.cs
- StaticDataManager.cs
- RefreshEventArgs.cs
- _RegBlobWebProxyDataBuilder.cs
- NativeMethodsOther.cs
- ResourceContainer.cs
- SystemException.cs
- LeaseManager.cs
- PropVariant.cs
- DataPagerCommandEventArgs.cs
- Trace.cs
- Solver.cs
- Encoder.cs
- FontCacheUtil.cs
- PointKeyFrameCollection.cs
- ProcessThreadCollection.cs
- XmlDigitalSignatureProcessor.cs
- EntityParameter.cs
- XmlSchemaSimpleContentRestriction.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- DefaultValidator.cs
- OdbcEnvironment.cs
- NonBatchDirectoryCompiler.cs
- UserControl.cs
- ToolbarAUtomationPeer.cs
- GlobalProxySelection.cs
- DataGridViewLinkCell.cs
- DesignerActionService.cs
- InArgument.cs
- listitem.cs
- TreeBuilderXamlTranslator.cs
- DesignerActionListCollection.cs
- XslException.cs
- DocumentPaginator.cs
- KeyTime.cs
- VectorCollectionConverter.cs
- SoapIgnoreAttribute.cs
- COM2ColorConverter.cs
- IOException.cs
- GenericTypeParameterConverter.cs
- MultiDataTrigger.cs
- Constraint.cs
- Pair.cs
- _Events.cs
- ItemsControlAutomationPeer.cs
- TableLayoutStyleCollection.cs
- DSASignatureFormatter.cs
- HybridDictionary.cs
- ProcessThreadCollection.cs
- GridViewColumnCollection.cs