Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SectionUpdates.cs
- SystemIPv4InterfaceProperties.cs
- DescendantOverDescendantQuery.cs
- EncodingStreamWrapper.cs
- TemplatePropertyEntry.cs
- PasswordPropertyTextAttribute.cs
- NavigationCommands.cs
- safemediahandle.cs
- WorkflowQueue.cs
- AtomContentProperty.cs
- ColorAnimationUsingKeyFrames.cs
- PackagePartCollection.cs
- UdpAnnouncementEndpoint.cs
- IndependentAnimationStorage.cs
- FileUtil.cs
- Item.cs
- ProtocolsSection.cs
- LeaseManager.cs
- NestPullup.cs
- CalendarData.cs
- HtmlContainerControl.cs
- Msec.cs
- Propagator.Evaluator.cs
- ModuleBuilder.cs
- SQLConvert.cs
- ListViewDeleteEventArgs.cs
- streamingZipPartStream.cs
- XamlNamespaceHelper.cs
- DataGridRow.cs
- XmlBinaryWriter.cs
- HtmlLink.cs
- SafeRegistryKey.cs
- SignalGate.cs
- SerializationInfo.cs
- TreeIterator.cs
- RawStylusSystemGestureInputReport.cs
- XmlUrlResolver.cs
- IndexedWhereQueryOperator.cs
- shaperfactory.cs
- NamespaceList.cs
- Int64KeyFrameCollection.cs
- DynamicResourceExtension.cs
- SystemResourceKey.cs
- QueryExpr.cs
- AjaxFrameworkAssemblyAttribute.cs
- ISO2022Encoding.cs
- Control.cs
- DescendantQuery.cs
- DataGridViewColumnStateChangedEventArgs.cs
- WorkflowFormatterBehavior.cs
- CodeDirectoryCompiler.cs
- ProfilePropertySettings.cs
- CategoryAttribute.cs
- EmptyEnumerable.cs
- PrinterUnitConvert.cs
- ExceptionRoutedEventArgs.cs
- ParentQuery.cs
- DefaultCommandConverter.cs
- CmsInterop.cs
- XmlExceptionHelper.cs
- UIElement3D.cs
- HttpWriter.cs
- BufferedReadStream.cs
- ParameterElement.cs
- ParameterCollection.cs
- Pair.cs
- DataGridViewRow.cs
- CurrentChangingEventManager.cs
- HttpProfileGroupBase.cs
- DataGridViewRowHeaderCell.cs
- ClientOptions.cs
- XmlElementAttribute.cs
- AssemblyName.cs
- RequestCacheValidator.cs
- HtmlTableRowCollection.cs
- DataBoundControlAdapter.cs
- DataSourceGeneratorException.cs
- IdentityModelStringsVersion1.cs
- UncommonField.cs
- ContentOnlyMessage.cs
- metadatamappinghashervisitor.cs
- DateTimeStorage.cs
- XmlException.cs
- OracleString.cs
- HttpException.cs
- ToolTip.cs
- Visitor.cs
- VirtualizedCellInfoCollection.cs
- PageTrueTypeFont.cs
- LocalizationComments.cs
- TreeNodeStyle.cs
- IApplicationTrustManager.cs
- IssuedTokenServiceCredential.cs
- CircleHotSpot.cs
- Transactions.cs
- SignatureResourcePool.cs
- ProtocolsConfiguration.cs
- GroupStyle.cs
- PictureBoxDesigner.cs
- ConnectionInterfaceCollection.cs