Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- OleDbFactory.cs
- XmlSchemaComplexType.cs
- Model3DGroup.cs
- AssociationTypeEmitter.cs
- SplitterEvent.cs
- RowsCopiedEventArgs.cs
- CustomActivityDesigner.cs
- DataObjectPastingEventArgs.cs
- CollaborationHelperFunctions.cs
- CacheAxisQuery.cs
- HtmlToClrEventProxy.cs
- XMLSyntaxException.cs
- XmlSignatureProperties.cs
- SQLBinaryStorage.cs
- GlobalizationAssembly.cs
- Pair.cs
- ScalarOps.cs
- ReferencedType.cs
- SpinLock.cs
- NotifyIcon.cs
- ConnectionManagementElement.cs
- XsltArgumentList.cs
- TextClipboardData.cs
- SortedDictionary.cs
- IfJoinedCondition.cs
- Property.cs
- WindowsTitleBar.cs
- MenuItemStyle.cs
- WebPartEditorOkVerb.cs
- ProcessProtocolHandler.cs
- GeometryModel3D.cs
- SynchronizationScope.cs
- XmlSchemaInfo.cs
- ReachBasicContext.cs
- DrawingCollection.cs
- InstanceData.cs
- SqlBuilder.cs
- AppDomainProtocolHandler.cs
- HebrewNumber.cs
- ProgressBarHighlightConverter.cs
- DataTransferEventArgs.cs
- StateManagedCollection.cs
- TableLayoutRowStyleCollection.cs
- ReverseInheritProperty.cs
- SafeTimerHandle.cs
- BorderSidesEditor.cs
- XslException.cs
- Wizard.cs
- TreeView.cs
- ClientTarget.cs
- ObjectIDGenerator.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- PageVisual.cs
- WebServiceErrorEvent.cs
- CodeSubDirectoriesCollection.cs
- DbMetaDataFactory.cs
- TabControlAutomationPeer.cs
- XDRSchema.cs
- PowerModeChangedEventArgs.cs
- ContentValidator.cs
- LazyTextWriterCreator.cs
- SqlMetaData.cs
- SpeechDetectedEventArgs.cs
- tooltip.cs
- DataGridViewRowsRemovedEventArgs.cs
- InternalTypeHelper.cs
- smtppermission.cs
- NullReferenceException.cs
- FixedSOMTable.cs
- ConfigurationManagerInternalFactory.cs
- ISAPIRuntime.cs
- XmlEncodedRawTextWriter.cs
- ConfigurationManagerHelperFactory.cs
- XPathExpr.cs
- SeverityFilter.cs
- ZipFileInfoCollection.cs
- dtdvalidator.cs
- TextRenderer.cs
- CodeAttributeArgumentCollection.cs
- ResolveRequestResponseAsyncResult.cs
- AdapterUtil.cs
- IconHelper.cs
- SingleSelectRootGridEntry.cs
- BasicBrowserDialog.cs
- WindowsScrollBarBits.cs
- Hash.cs
- NotificationContext.cs
- SmtpSection.cs
- CannotUnloadAppDomainException.cs
- ReachPageContentSerializer.cs
- XmlCollation.cs
- TaiwanCalendar.cs
- ToggleProviderWrapper.cs
- SmiRequestExecutor.cs
- XmlDictionary.cs
- ResolveNameEventArgs.cs
- DataBindingCollection.cs
- WorkflowDefinitionDispenser.cs
- Timer.cs
- FamilyTypefaceCollection.cs