Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotated.cs / 1305376 / XmlSchemaAnnotated.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotated : XmlSchemaObject { string id; XmlSchemaAnnotation annotation; XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType="ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("annotation", typeof(XmlSchemaAnnotation))] public XmlSchemaAnnotation Annotation { get { return annotation; } set { annotation = value; } } ///[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; } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { this.annotation = annotation; } } } // 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
- WebReferencesBuildProvider.cs
- UnsignedPublishLicense.cs
- SoapWriter.cs
- RequestResizeEvent.cs
- ClosureBinding.cs
- SrgsDocumentParser.cs
- DefaultTextStoreTextComposition.cs
- HttpStreamXmlDictionaryReader.cs
- SessionParameter.cs
- FixedTextSelectionProcessor.cs
- NavigationProperty.cs
- TextBoxLine.cs
- AsyncInvokeContext.cs
- Math.cs
- EditBehavior.cs
- XmlIgnoreAttribute.cs
- RuleSetDialog.cs
- FontDialog.cs
- Nullable.cs
- EventLogEntry.cs
- ByteConverter.cs
- SchemaInfo.cs
- TableLayoutPanelBehavior.cs
- CFStream.cs
- BitmapEditor.cs
- ToolboxItemFilterAttribute.cs
- CollectionViewProxy.cs
- ColorKeyFrameCollection.cs
- CodeConditionStatement.cs
- StackSpiller.Bindings.cs
- SQLBytes.cs
- GridViewRowEventArgs.cs
- HandleCollector.cs
- InitializerFacet.cs
- InputLanguage.cs
- SharedDp.cs
- InfoCardSchemas.cs
- SqlNotificationRequest.cs
- DnsPermission.cs
- Point4DValueSerializer.cs
- isolationinterop.cs
- CodeGen.cs
- TextAnchor.cs
- TypeSource.cs
- XmlDocumentFragment.cs
- HttpValueCollection.cs
- DesignOnlyAttribute.cs
- wgx_exports.cs
- DataServiceClientException.cs
- ComplexPropertyEntry.cs
- URIFormatException.cs
- TemplateBindingExtension.cs
- XslTransform.cs
- HandleCollector.cs
- MachineKeyConverter.cs
- ToolStripSettings.cs
- StyleConverter.cs
- SR.cs
- StrokeNodeOperations.cs
- XsdValidatingReader.cs
- HttpConfigurationContext.cs
- ColorMatrix.cs
- DialogBaseForm.cs
- TextServicesHost.cs
- ConvertEvent.cs
- AssemblyBuilderData.cs
- CodeTypeMember.cs
- TypeUnloadedException.cs
- _AutoWebProxyScriptHelper.cs
- StandardOleMarshalObject.cs
- PermissionToken.cs
- CompositeDataBoundControl.cs
- TableDetailsCollection.cs
- EntitySet.cs
- InkCanvasSelectionAdorner.cs
- TimeoutValidationAttribute.cs
- _UriSyntax.cs
- AudioFileOut.cs
- ConnectionManagementElementCollection.cs
- InternalControlCollection.cs
- DropDownButton.cs
- SpeakCompletedEventArgs.cs
- ScrollBar.cs
- OleDbCommand.cs
- _SafeNetHandles.cs
- LocationReferenceValue.cs
- XmlAttribute.cs
- HwndMouseInputProvider.cs
- VectorConverter.cs
- PermissionToken.cs
- ChildTable.cs
- DbTransaction.cs
- DataGridParentRows.cs
- DataSourceView.cs
- ObjectCache.cs
- Token.cs
- OleDbWrapper.cs
- TransformProviderWrapper.cs
- RegistrationServices.cs
- LayoutTableCell.cs