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
- LookupNode.cs
- ColorPalette.cs
- SafeBitVector32.cs
- CompositeFontParser.cs
- XmlObjectSerializerReadContext.cs
- Int32Collection.cs
- storepermissionattribute.cs
- ListBindableAttribute.cs
- ResolveCriteriaApril2005.cs
- SystemTcpConnection.cs
- QilLoop.cs
- AnimatedTypeHelpers.cs
- GuidTagList.cs
- SourceItem.cs
- EncryptedXml.cs
- VarRemapper.cs
- unsafenativemethodstextservices.cs
- FunctionParameter.cs
- TextParagraph.cs
- NavigateEvent.cs
- TemplateApplicationHelper.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- HiddenField.cs
- PageParser.cs
- ToolStripLabel.cs
- TextMarkerSource.cs
- ValueType.cs
- FillRuleValidation.cs
- ReferenceTypeElement.cs
- UIElement3D.cs
- DesignerActionService.cs
- BinaryObjectWriter.cs
- MsmqProcessProtocolHandler.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- DataGridLinkButton.cs
- Normalization.cs
- Line.cs
- VirtualPathProvider.cs
- HostedHttpTransportManager.cs
- _Win32.cs
- RegisteredHiddenField.cs
- ResolveDuplexCD1AsyncResult.cs
- BuildResult.cs
- Camera.cs
- PointHitTestParameters.cs
- PtsCache.cs
- BypassElementCollection.cs
- StoreAnnotationsMap.cs
- TableSectionStyle.cs
- externdll.cs
- Native.cs
- DataGridViewRow.cs
- newinstructionaction.cs
- ItemsPresenter.cs
- DataSourceHelper.cs
- PartialCachingAttribute.cs
- ToolZone.cs
- DataIdProcessor.cs
- validation.cs
- EntityContainerEntitySet.cs
- SslStream.cs
- AnnouncementEndpoint.cs
- XmlStreamStore.cs
- CollaborationHelperFunctions.cs
- DataGridViewComboBoxColumn.cs
- DataControlFieldTypeEditor.cs
- ExtentJoinTreeNode.cs
- DocumentGrid.cs
- XmlDictionaryString.cs
- TraceHwndHost.cs
- TimeStampChecker.cs
- SqlCommandSet.cs
- CompareValidator.cs
- List.cs
- DeviceContexts.cs
- ValidatedControlConverter.cs
- WebControlsSection.cs
- Error.cs
- WindowPatternIdentifiers.cs
- ResourceManager.cs
- TypeConverterMarkupExtension.cs
- ParallelTimeline.cs
- UnsupportedPolicyOptionsException.cs
- XPathBinder.cs
- SelectionGlyph.cs
- CacheAxisQuery.cs
- ConstraintConverter.cs
- Rect3D.cs
- WebPartAddingEventArgs.cs
- NetworkInformationPermission.cs
- ZipIOCentralDirectoryFileHeader.cs
- SamlAssertionKeyIdentifierClause.cs
- SmtpReplyReader.cs
- TextDecoration.cs
- ObservableCollection.cs
- StringKeyFrameCollection.cs
- XmlRawWriter.cs
- OrCondition.cs
- IInstanceTable.cs
- Timer.cs