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
- SQLUtility.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- RuleSettings.cs
- XmlSchemaSimpleContentExtension.cs
- DataControlFieldCollection.cs
- ObjectView.cs
- QuaternionIndependentAnimationStorage.cs
- UrlPath.cs
- CodeGroup.cs
- DelegatedStream.cs
- OpenTypeLayout.cs
- COM2IDispatchConverter.cs
- CheckedPointers.cs
- DatePickerTextBox.cs
- ErasingStroke.cs
- CommonRemoteMemoryBlock.cs
- WrapPanel.cs
- UInt64Storage.cs
- Geometry.cs
- AttachmentCollection.cs
- initElementDictionary.cs
- SchemaNotation.cs
- OutOfMemoryException.cs
- WebRequestModuleElement.cs
- HierarchicalDataBoundControlAdapter.cs
- SynchronizedPool.cs
- SizeF.cs
- References.cs
- IProvider.cs
- XamlTemplateSerializer.cs
- ETagAttribute.cs
- ClientSponsor.cs
- HttpApplication.cs
- BoundColumn.cs
- Base64Decoder.cs
- XmlByteStreamWriter.cs
- NgenServicingAttributes.cs
- StringWriter.cs
- FormViewDeleteEventArgs.cs
- PresentationAppDomainManager.cs
- Part.cs
- QueryOutputWriter.cs
- CharacterBufferReference.cs
- WebServicesInteroperability.cs
- NumberFormatInfo.cs
- EncodingInfo.cs
- RowParagraph.cs
- ErrorProvider.cs
- TdsParserHelperClasses.cs
- ProtocolImporter.cs
- Transform3DGroup.cs
- ColorTranslator.cs
- UniqueConstraint.cs
- WebBrowserDesigner.cs
- StringUtil.cs
- ZipFileInfo.cs
- ContentPlaceHolder.cs
- SystemWebSectionGroup.cs
- XMLUtil.cs
- AmbientProperties.cs
- HtmlTableCell.cs
- ComponentEditorForm.cs
- PtsCache.cs
- SymbolMethod.cs
- ByteViewer.cs
- ThreadInterruptedException.cs
- ViewCellSlot.cs
- EntityStoreSchemaFilterEntry.cs
- SyncOperationState.cs
- CancelEventArgs.cs
- SafeEventLogReadHandle.cs
- ListItemParagraph.cs
- CacheHelper.cs
- DayRenderEvent.cs
- _NtlmClient.cs
- dtdvalidator.cs
- UnsafeNativeMethods.cs
- SmiGettersStream.cs
- ProfileProvider.cs
- PropertyGeneratedEventArgs.cs
- ItemContainerGenerator.cs
- FullTextState.cs
- ExpressionWriter.cs
- EncoderParameters.cs
- PageFunction.cs
- GenericIdentity.cs
- ListControl.cs
- MessageSecurityOverMsmq.cs
- LOSFormatter.cs
- CatalogPart.cs
- Grant.cs
- SortAction.cs
- Model3D.cs
- BitmapImage.cs
- HtmlTableRowCollection.cs
- WebPartMinimizeVerb.cs
- DiscoveryDocument.cs
- ProcessModuleCollection.cs
- HexParser.cs
- HtmlInputImage.cs