Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContent.cs / 1 / XmlSchemaComplexContent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContent : XmlSchemaContentModel { XmlSchemaContent content; bool isMixed; bool hasMixedAttribute; ///[To be supplied.] ////// /// [XmlAttribute("mixed")] public bool IsMixed { get { return isMixed; } set { isMixed = value; hasMixedAttribute = true; } } ///[To be supplied.] ////// /// [XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)), XmlElement("extension", typeof(XmlSchemaComplexContentExtension))] public override XmlSchemaContent Content { get { return content; } set { content = value; } } [XmlIgnore] internal bool HasMixedAttribute { get { return hasMixedAttribute; } } } } // 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.Xml.Serialization; ////// /// public class XmlSchemaComplexContent : XmlSchemaContentModel { XmlSchemaContent content; bool isMixed; bool hasMixedAttribute; ///[To be supplied.] ////// /// [XmlAttribute("mixed")] public bool IsMixed { get { return isMixed; } set { isMixed = value; hasMixedAttribute = true; } } ///[To be supplied.] ////// /// [XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)), XmlElement("extension", typeof(XmlSchemaComplexContentExtension))] public override XmlSchemaContent Content { get { return content; } set { content = value; } } [XmlIgnore] internal bool HasMixedAttribute { get { return hasMixedAttribute; } } } } // 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
- NotConverter.cs
- MethodBuilder.cs
- VerticalAlignConverter.cs
- _SafeNetHandles.cs
- RangeExpression.cs
- TextBoxAutoCompleteSourceConverter.cs
- XamlBrushSerializer.cs
- MD5CryptoServiceProvider.cs
- IDQuery.cs
- ChildDocumentBlock.cs
- Validator.cs
- WebControlParameterProxy.cs
- ParallelTimeline.cs
- OleDbEnumerator.cs
- AuthenticationSection.cs
- AsymmetricKeyExchangeFormatter.cs
- SystemDiagnosticsSection.cs
- EnumerableCollectionView.cs
- HtmlElementErrorEventArgs.cs
- Globals.cs
- URLIdentityPermission.cs
- MemberPath.cs
- MenuCommandService.cs
- _LoggingObject.cs
- Int16Animation.cs
- SelectionChangedEventArgs.cs
- AppModelKnownContentFactory.cs
- HandleRef.cs
- SelectorItemAutomationPeer.cs
- TypedColumnHandler.cs
- SerializationInfo.cs
- AttributeQuery.cs
- XmlEncodedRawTextWriter.cs
- CodeIdentifier.cs
- BuildManager.cs
- StyleTypedPropertyAttribute.cs
- HandleValueEditor.cs
- FormsAuthenticationTicket.cs
- RemoteWebConfigurationHostServer.cs
- XPathAxisIterator.cs
- RegexRunnerFactory.cs
- FieldMetadata.cs
- CounterSample.cs
- FileAuthorizationModule.cs
- TextLineResult.cs
- BufferModeSettings.cs
- securitycriticaldataformultiplegetandset.cs
- AutomationPatternInfo.cs
- WorkflowApplicationIdleEventArgs.cs
- PeerNameRecord.cs
- RSACryptoServiceProvider.cs
- TreeNodeStyle.cs
- DataGridViewImageColumn.cs
- OverflowException.cs
- OracleException.cs
- NameNode.cs
- SoapReflectionImporter.cs
- XmlObjectSerializerWriteContextComplex.cs
- DependencyProperty.cs
- X509ThumbprintKeyIdentifierClause.cs
- PackageDigitalSignatureManager.cs
- ErasingStroke.cs
- TextFormatterContext.cs
- WebPartHelpVerb.cs
- ItemDragEvent.cs
- PrintPreviewControl.cs
- CategoryGridEntry.cs
- FrameworkElement.cs
- DataServiceException.cs
- IDQuery.cs
- DataGridTextBox.cs
- HeaderElement.cs
- Certificate.cs
- SessionStateItemCollection.cs
- SqlDataSourceWizardForm.cs
- AttachedPropertyMethodSelector.cs
- ConnectionPointCookie.cs
- DebugHandleTracker.cs
- StringComparer.cs
- JsonGlobals.cs
- CommonDialog.cs
- InsufficientMemoryException.cs
- RubberbandSelector.cs
- TextEditorSpelling.cs
- WindowsProgressbar.cs
- DataGridDetailsPresenter.cs
- XsltException.cs
- XmlSubtreeReader.cs
- UInt64Storage.cs
- Stack.cs
- SafeEventHandle.cs
- BlurEffect.cs
- KnownTypes.cs
- KeyboardNavigation.cs
- GridViewRow.cs
- X509Chain.cs
- DataObject.cs
- CollectionChangedEventManager.cs
- WindowShowOrOpenTracker.cs
- UriSection.cs