Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotation.cs / 1305376 / XmlSchemaAnnotation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotation : XmlSchemaObject { string id; XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType = "ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("documentation", typeof(XmlSchemaDocumentation)), XmlElement("appinfo", typeof(XmlSchemaAppInfo))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotation : XmlSchemaObject { string id; XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType = "ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("documentation", typeof(XmlSchemaDocumentation)), XmlElement("appinfo", typeof(XmlSchemaAppInfo))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ControlCachePolicy.cs
- LayoutTableCell.cs
- PeerObject.cs
- RelatedPropertyManager.cs
- FormatPage.cs
- GridViewColumnCollectionChangedEventArgs.cs
- OdbcParameter.cs
- ToolStripSplitStackLayout.cs
- ExtractedStateEntry.cs
- IItemContainerGenerator.cs
- PenLineJoinValidation.cs
- EdmType.cs
- MissingMemberException.cs
- TemplateControlBuildProvider.cs
- SwitchLevelAttribute.cs
- DocumentReference.cs
- DesignerActionPropertyItem.cs
- ActivityXRefConverter.cs
- SqlBuffer.cs
- PartitionedDataSource.cs
- GraphicsContext.cs
- Bitmap.cs
- StringCollection.cs
- CancellationToken.cs
- MetadataArtifactLoaderCompositeFile.cs
- RequiredFieldValidator.cs
- CheckedPointers.cs
- LicenseException.cs
- BitmapMetadata.cs
- DoWorkEventArgs.cs
- RadioButtonRenderer.cs
- Tag.cs
- HtmlInputReset.cs
- UxThemeWrapper.cs
- CharAnimationBase.cs
- BadImageFormatException.cs
- StreamingContext.cs
- ClickablePoint.cs
- _UriTypeConverter.cs
- EventLogEntryCollection.cs
- XmlCodeExporter.cs
- ResourcePool.cs
- MouseGestureValueSerializer.cs
- WizardPanelChangingEventArgs.cs
- FormDocumentDesigner.cs
- CodeTypeMember.cs
- NativeMethods.cs
- DataGridViewCellEventArgs.cs
- SqlBuilder.cs
- ImageCodecInfoPrivate.cs
- KeyMatchBuilder.cs
- ImportCatalogPart.cs
- DoubleAnimation.cs
- AssemblyAssociatedContentFileAttribute.cs
- ListenerChannelContext.cs
- FreeFormDragDropManager.cs
- SurrogateEncoder.cs
- DataControlPagerLinkButton.cs
- DrawListViewSubItemEventArgs.cs
- DocumentSequenceHighlightLayer.cs
- QueryException.cs
- ValueUnavailableException.cs
- DefaultValidator.cs
- DataPagerFieldItem.cs
- InternalCache.cs
- Barrier.cs
- XmlNamespaceMappingCollection.cs
- PersonalizationProvider.cs
- ObjectIDGenerator.cs
- Thread.cs
- KeyEvent.cs
- RIPEMD160.cs
- TransformerConfigurationWizardBase.cs
- PageHandlerFactory.cs
- StatusBar.cs
- FieldToken.cs
- LinkLabel.cs
- DesignerTextViewAdapter.cs
- LinqDataSourceValidationException.cs
- AutomationElement.cs
- SID.cs
- XmlQueryRuntime.cs
- PieceNameHelper.cs
- DesignDataSource.cs
- RoutingSection.cs
- Base64Encoder.cs
- DataGridViewTopLeftHeaderCell.cs
- UIElementHelper.cs
- DrawingCollection.cs
- TimeZone.cs
- TextChangedEventArgs.cs
- AuthenticationModuleElement.cs
- WebBrowserProgressChangedEventHandler.cs
- InlineObject.cs
- VerificationException.cs
- BinaryConverter.cs
- TaiwanCalendar.cs
- MarshalByRefObject.cs
- ButtonAutomationPeer.cs
- SoapDocumentMethodAttribute.cs