Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- MemoryFailPoint.cs
- HTTP_SERVICE_CONFIG_URLACL_KEY.cs
- _ConnectStream.cs
- GridViewSortEventArgs.cs
- WebServiceResponse.cs
- Gdiplus.cs
- ScriptingSectionGroup.cs
- ExtensionWindowResizeGrip.cs
- ReadOnlyPropertyMetadata.cs
- PolyBezierSegment.cs
- LoginAutoFormat.cs
- RegionData.cs
- GotoExpression.cs
- ListSortDescription.cs
- GridViewUpdatedEventArgs.cs
- PeerCollaboration.cs
- StringBlob.cs
- XmlNullResolver.cs
- Utils.cs
- Bits.cs
- ProxyElement.cs
- GenericUriParser.cs
- MetadataSerializer.cs
- ContainerSelectorGlyph.cs
- TextDpi.cs
- FontSource.cs
- Vector.cs
- ExeConfigurationFileMap.cs
- AssemblyHash.cs
- SecureStringHasher.cs
- LineServicesRun.cs
- DataGridViewCheckBoxCell.cs
- SoapExtension.cs
- ListItemCollection.cs
- SelectionItemPattern.cs
- TransactionProxy.cs
- SafeFileMappingHandle.cs
- ViewStateModeByIdAttribute.cs
- QfeChecker.cs
- CornerRadius.cs
- ThreadAbortException.cs
- RegionIterator.cs
- Visual3D.cs
- SafeBuffer.cs
- DefaultSection.cs
- WebControl.cs
- Parser.cs
- NameValueConfigurationCollection.cs
- contentDescriptor.cs
- ClientBuildManagerCallback.cs
- UIntPtr.cs
- EntityClientCacheEntry.cs
- ApplyHostConfigurationBehavior.cs
- ObjectListSelectEventArgs.cs
- FieldNameLookup.cs
- VectorAnimationBase.cs
- ClientScriptManagerWrapper.cs
- WebReferenceOptions.cs
- DelimitedListTraceListener.cs
- Sql8ConformanceChecker.cs
- SystemInformation.cs
- SafeArrayTypeMismatchException.cs
- EntityDataSourceMemberPath.cs
- ExpressionBuilder.cs
- TypedElement.cs
- SHA256.cs
- Panel.cs
- CollectionChangeEventArgs.cs
- GraphicsPath.cs
- ExecutionContext.cs
- DateTimeOffset.cs
- XmlQualifiedName.cs
- ThrowHelper.cs
- HasCopySemanticsAttribute.cs
- SqlDataSourceAdvancedOptionsForm.cs
- CodeArgumentReferenceExpression.cs
- StateMachineWorkflowInstance.cs
- ChangeNode.cs
- NativeCompoundFileAPIs.cs
- DragCompletedEventArgs.cs
- ControlBuilder.cs
- HasCopySemanticsAttribute.cs
- ByeMessageCD1.cs
- ListItem.cs
- RootBrowserWindowProxy.cs
- XmlRootAttribute.cs
- FrameworkTemplate.cs
- ConfigsHelper.cs
- RegexNode.cs
- SqlDeflator.cs
- PriorityQueue.cs
- EventLevel.cs
- UndoManager.cs
- HttpServerVarsCollection.cs
- ProfileService.cs
- DeleteCardRequest.cs
- MaskInputRejectedEventArgs.cs
- CharEntityEncoderFallback.cs
- PolyQuadraticBezierSegment.cs
- MsmqVerifier.cs