Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContent.cs / 1305376 / 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
- DoubleAnimation.cs
- ZipIOExtraFieldZip64Element.cs
- OleServicesContext.cs
- ProcessHostConfigUtils.cs
- NestPullup.cs
- ContextConfiguration.cs
- ComponentSerializationService.cs
- ServiceHostFactory.cs
- View.cs
- dsa.cs
- MsmqInputChannelListenerBase.cs
- Model3DCollection.cs
- TextPointer.cs
- TextServicesDisplayAttribute.cs
- TrackingDataItem.cs
- SettingsPropertyCollection.cs
- PathFigureCollectionValueSerializer.cs
- CompilerError.cs
- SessionEndedEventArgs.cs
- XmlSchemaAnnotated.cs
- SID.cs
- PriorityQueue.cs
- SqlProcedureAttribute.cs
- ViewStateChangedEventArgs.cs
- filewebresponse.cs
- KeyedCollection.cs
- WindowsStartMenu.cs
- DispatcherExceptionEventArgs.cs
- ComUdtElementCollection.cs
- AssemblyHash.cs
- Encoder.cs
- SimpleRecyclingCache.cs
- ChineseLunisolarCalendar.cs
- NativeMethods.cs
- SqlTriggerContext.cs
- MiniModule.cs
- BadImageFormatException.cs
- DropDownList.cs
- PersonalizationEntry.cs
- WsdlBuildProvider.cs
- WizardStepCollectionEditor.cs
- NullableConverter.cs
- TableLayoutStyle.cs
- DependencyPropertyKind.cs
- Walker.cs
- PeerEndPoint.cs
- WindowsTokenRoleProvider.cs
- Rect.cs
- ContainerControlDesigner.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SettingsProviderCollection.cs
- CompositeTypefaceMetrics.cs
- DefaultTextStore.cs
- DataTablePropertyDescriptor.cs
- CqlQuery.cs
- AccessText.cs
- FormViewPageEventArgs.cs
- CacheSection.cs
- FaultContractAttribute.cs
- InheritanceContextHelper.cs
- ProvideValueServiceProvider.cs
- DataServiceHost.cs
- DeleteBookmarkScope.cs
- DataControlFieldCollection.cs
- ConnectionsZone.cs
- Point3DAnimation.cs
- Rules.cs
- FileAuthorizationModule.cs
- DataGridViewRowCancelEventArgs.cs
- Timer.cs
- GridViewCellAutomationPeer.cs
- ScriptRegistrationManager.cs
- XmlSchemaComplexType.cs
- SettingsAttributes.cs
- XmlProcessingInstruction.cs
- PartialCachingControl.cs
- ThreadAbortException.cs
- controlskin.cs
- ToolStripPanelRenderEventArgs.cs
- QueryGeneratorBase.cs
- TextEffectResolver.cs
- PopOutPanel.cs
- EventBuilder.cs
- DependencyPropertyHelper.cs
- StateMachineDesignerPaint.cs
- ReferencedAssemblyResolver.cs
- RSAPKCS1SignatureFormatter.cs
- OrderedEnumerableRowCollection.cs
- Accessible.cs
- Substitution.cs
- PenLineJoinValidation.cs
- DataTransferEventArgs.cs
- AuthorizationRule.cs
- _DigestClient.cs
- HttpChannelBindingToken.cs
- ResolvedKeyFrameEntry.cs
- Baml2006ReaderSettings.cs
- GridViewRowEventArgs.cs
- DependencyObjectType.cs
- SurrogateSelector.cs