Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaRedefine.cs / 1 / XmlSchemaRedefine.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaRedefine : XmlSchemaExternal { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlSchemaObjectTable attributeGroups = new XmlSchemaObjectTable(); XmlSchemaObjectTable types = new XmlSchemaObjectTable(); XmlSchemaObjectTable groups = new XmlSchemaObjectTable(); ///[To be supplied.] ////// /// public XmlSchemaRedefine() { Compositor = Compositor.Redefine; } ///[To be supplied.] ////// /// [XmlElement("annotation", typeof(XmlSchemaAnnotation)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), XmlElement("complexType", typeof(XmlSchemaComplexType)), XmlElement("group", typeof(XmlSchemaGroup)), XmlElement("simpleType", typeof(XmlSchemaSimpleType))] public XmlSchemaObjectCollection Items { get { return items; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable AttributeGroups { get { return attributeGroups; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable SchemaTypes { get { return types; } } ///[To be supplied.] ////// /// [XmlIgnore] public XmlSchemaObjectTable Groups { get { return groups; } } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { items.Add(annotation); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- processwaithandle.cs
- SmiRequestExecutor.cs
- GeneralTransform.cs
- MbpInfo.cs
- ThaiBuddhistCalendar.cs
- WebPartTracker.cs
- WebBrowserContainer.cs
- AutomationProperties.cs
- DataGridTextBox.cs
- MetadataPropertyAttribute.cs
- BitmapEffectvisualstate.cs
- CustomAttributeSerializer.cs
- MultiBindingExpression.cs
- SizeAnimationBase.cs
- WindowsTokenRoleProvider.cs
- XmlSchemaFacet.cs
- RsaSecurityTokenAuthenticator.cs
- UnSafeCharBuffer.cs
- CompositeClientFormatter.cs
- WebPartVerbsEventArgs.cs
- OleDbRowUpdatedEvent.cs
- RelationshipWrapper.cs
- AttributeCollection.cs
- OAVariantLib.cs
- ActivityCodeDomSerializationManager.cs
- ListView.cs
- SelectionRange.cs
- XamlFxTrace.cs
- QuadraticEase.cs
- DataIdProcessor.cs
- ChannelServices.cs
- EntityKeyElement.cs
- XPathNavigator.cs
- DeleteMemberBinder.cs
- TextProperties.cs
- StringFreezingAttribute.cs
- ChtmlTextWriter.cs
- DodSequenceMerge.cs
- WebBaseEventKeyComparer.cs
- DeclarativeCatalogPart.cs
- TdsParser.cs
- Clock.cs
- XmlChildEnumerator.cs
- DefaultHttpHandler.cs
- DefaultTextStore.cs
- objectresult_tresulttype.cs
- TextPenaltyModule.cs
- DataControlFieldHeaderCell.cs
- OleDbEnumerator.cs
- DocumentXmlWriter.cs
- ParameterToken.cs
- Assert.cs
- UnicastIPAddressInformationCollection.cs
- TextTreePropertyUndoUnit.cs
- CodeTypeDelegate.cs
- DBDataPermission.cs
- PrimarySelectionAdorner.cs
- StackBuilderSink.cs
- TraceContextRecord.cs
- EntityDataSourceView.cs
- DesignTimeParseData.cs
- PropertyValueUIItem.cs
- NamespaceInfo.cs
- RemotingHelper.cs
- CssStyleCollection.cs
- RIPEMD160Managed.cs
- OptimalBreakSession.cs
- UnsafeNativeMethods.cs
- ProfileGroupSettingsCollection.cs
- SkipQueryOptionExpression.cs
- MailMessageEventArgs.cs
- XPathMessageFilterElement.cs
- SuppressMessageAttribute.cs
- TransformedBitmap.cs
- ViewEventArgs.cs
- XmlEnumAttribute.cs
- WebConfigurationFileMap.cs
- ControlCommandSet.cs
- CreateUserWizard.cs
- AddDataControlFieldDialog.cs
- EdmError.cs
- ExpressionContext.cs
- QueryStringParameter.cs
- CollectionViewSource.cs
- UriScheme.cs
- ConnectionPoint.cs
- XsdDuration.cs
- DataFormats.cs
- Aggregates.cs
- HtmlInputPassword.cs
- InkPresenter.cs
- ResXFileRef.cs
- InnerItemCollectionView.cs
- Mutex.cs
- ComboBox.cs
- AsyncResult.cs
- ColorConvertedBitmap.cs
- CustomWebEventKey.cs
- ConstructorExpr.cs
- ExpressionsCollectionConverter.cs