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
- DataError.cs
- ResourcePermissionBaseEntry.cs
- precedingquery.cs
- Tablet.cs
- CellParaClient.cs
- TypeSystem.cs
- ConfigurationValue.cs
- DefaultShape.cs
- WsatConfiguration.cs
- OutputCacheSettingsSection.cs
- CodeDomSerializationProvider.cs
- DurableEnlistmentState.cs
- MD5.cs
- HttpRuntimeSection.cs
- ListViewGroup.cs
- TextDocumentView.cs
- StringPropertyBuilder.cs
- SqlDataSourceCommandParser.cs
- AssociationSet.cs
- EtwTrace.cs
- DocumentViewerConstants.cs
- AutoGeneratedField.cs
- BrowserCapabilitiesCompiler.cs
- EventBookmark.cs
- WebProxyScriptElement.cs
- CalendarDay.cs
- URL.cs
- IncrementalHitTester.cs
- MetadataArtifactLoaderCompositeFile.cs
- SchemaTableColumn.cs
- MessageQueuePermissionAttribute.cs
- ScriptRegistrationManager.cs
- EntitySetDataBindingList.cs
- XmlSerializerAssemblyAttribute.cs
- TypeUtil.cs
- DataGridViewSelectedRowCollection.cs
- RelationalExpressions.cs
- DispatcherObject.cs
- VisualBrush.cs
- TypeBrowser.xaml.cs
- XmlSchemaSimpleTypeUnion.cs
- TypeExtensions.cs
- ElementNotAvailableException.cs
- CustomTypeDescriptor.cs
- DependencyObjectType.cs
- CurrentTimeZone.cs
- ToolStrip.cs
- TrustLevelCollection.cs
- PageWrapper.cs
- SchemaImporterExtensionElementCollection.cs
- ListItemConverter.cs
- ShaderEffect.cs
- CompiledIdentityConstraint.cs
- SQLDecimalStorage.cs
- StreamMarshaler.cs
- AuthenticatedStream.cs
- RegexCaptureCollection.cs
- ContentPosition.cs
- CallContext.cs
- XdrBuilder.cs
- FormViewPagerRow.cs
- XPathEmptyIterator.cs
- ListViewDeleteEventArgs.cs
- InternalTypeHelper.cs
- BoundField.cs
- ColorConverter.cs
- XmlSchemaExporter.cs
- CodeTypeOfExpression.cs
- GenericQueueSurrogate.cs
- StylusEventArgs.cs
- XmlSerializerFactory.cs
- WindowsSlider.cs
- __Error.cs
- IconBitmapDecoder.cs
- ManipulationDelta.cs
- connectionpool.cs
- IsolatedStorageFileStream.cs
- WebDisplayNameAttribute.cs
- Line.cs
- MulticastIPAddressInformationCollection.cs
- Parser.cs
- ScriptResourceAttribute.cs
- FilterElement.cs
- CodeVariableReferenceExpression.cs
- HttpRuntime.cs
- WebPartEditorApplyVerb.cs
- DelegateOutArgument.cs
- DatagridviewDisplayedBandsData.cs
- HMACRIPEMD160.cs
- ErrorFormatterPage.cs
- DocComment.cs
- WindowsFormsSynchronizationContext.cs
- OleDbParameter.cs
- PriorityBinding.cs
- Overlapped.cs
- SoundPlayerAction.cs
- Assembly.cs
- IndicFontClient.cs
- MessageContractMemberAttribute.cs
- sitestring.cs