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
- LoginName.cs
- Literal.cs
- SpotLight.cs
- RequestCacheManager.cs
- TextParagraphProperties.cs
- WindowsScroll.cs
- TextRunCacheImp.cs
- ViewStateModeByIdAttribute.cs
- SmtpFailedRecipientException.cs
- GACMembershipCondition.cs
- UpdateExpressionVisitor.cs
- ByteStream.cs
- ArgumentNullException.cs
- CSharpCodeProvider.cs
- DynamicILGenerator.cs
- PersistenceTypeAttribute.cs
- ServiceObjectContainer.cs
- TraceFilter.cs
- Zone.cs
- InfoCardClaim.cs
- Aggregates.cs
- EntityDataSourceViewSchema.cs
- PseudoWebRequest.cs
- InstanceDataCollection.cs
- DropSourceBehavior.cs
- ExpressionDumper.cs
- login.cs
- HttpValueCollection.cs
- ITreeGenerator.cs
- SizeFConverter.cs
- WindowsHyperlink.cs
- MessageBox.cs
- ValidationErrorEventArgs.cs
- XmlAttributes.cs
- UniqueIdentifierService.cs
- MdiWindowListItemConverter.cs
- VisualTransition.cs
- ColorConvertedBitmap.cs
- PerformanceCounter.cs
- SmtpReplyReaderFactory.cs
- SqlDataSourceStatusEventArgs.cs
- Dictionary.cs
- PolicyManager.cs
- LingerOption.cs
- Rijndael.cs
- TableLayoutPanel.cs
- SQLBinaryStorage.cs
- httpapplicationstate.cs
- PrintSystemException.cs
- HtmlInputButton.cs
- Clock.cs
- ConfigurationValue.cs
- AuthorizationSection.cs
- MimeWriter.cs
- IdentityNotMappedException.cs
- QilFunction.cs
- SecurityKeyIdentifier.cs
- SmtpSection.cs
- ObjectSpanRewriter.cs
- TextLineResult.cs
- DateTimeParse.cs
- SimpleTextLine.cs
- Lasso.cs
- LinqDataSourceEditData.cs
- EntityModelSchemaGenerator.cs
- OutputWindow.cs
- PinnedBufferMemoryStream.cs
- WindowsIdentity.cs
- Hash.cs
- ServiceOperationParameter.cs
- CodeMemberEvent.cs
- InheritedPropertyChangedEventArgs.cs
- ResourcesBuildProvider.cs
- DrawingGroupDrawingContext.cs
- ConfigXmlText.cs
- Control.cs
- ConsumerConnectionPointCollection.cs
- MasterPage.cs
- ReadOnlyCollection.cs
- GatewayDefinition.cs
- FontWeightConverter.cs
- ErrorFormatterPage.cs
- NumberFormatter.cs
- WmlImageAdapter.cs
- AutomationPeer.cs
- BooleanAnimationUsingKeyFrames.cs
- ProfileGroupSettingsCollection.cs
- SqlInfoMessageEvent.cs
- DataSourceGeneratorException.cs
- TemplatedMailWebEventProvider.cs
- WindowsContainer.cs
- OleDbConnectionFactory.cs
- Pool.cs
- SubtreeProcessor.cs
- SupportingTokenAuthenticatorSpecification.cs
- Translator.cs
- BindingListCollectionView.cs
- WebPartChrome.cs
- EventLogInformation.cs
- securestring.cs