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
- ColumnMapVisitor.cs
- MenuCommand.cs
- SoapEnumAttribute.cs
- WebResourceAttribute.cs
- XsdBuilder.cs
- DecryptedHeader.cs
- MemberPathMap.cs
- SapiGrammar.cs
- XmlElement.cs
- MasterPageParser.cs
- QueryReaderSettings.cs
- ParseNumbers.cs
- DesignerRegion.cs
- GraphicsPathIterator.cs
- DataGridColumn.cs
- TextViewElement.cs
- Constants.cs
- ConnectionPoint.cs
- ObjectStateEntry.cs
- CacheOutputQuery.cs
- _ListenerAsyncResult.cs
- ObjectListDataBindEventArgs.cs
- RegexCode.cs
- CacheDependency.cs
- StylusButton.cs
- ResourceWriter.cs
- WebPartCancelEventArgs.cs
- DefaultValueMapping.cs
- ProcessModuleCollection.cs
- AutomationElement.cs
- HtmlObjectListAdapter.cs
- ServiceAppDomainAssociationProvider.cs
- FieldMetadata.cs
- SyndicationCategory.cs
- EmptyTextWriter.cs
- UnsafeNativeMethodsTablet.cs
- AnnotationHighlightLayer.cs
- SymbolEqualComparer.cs
- DateTimeHelper.cs
- AssemblyHash.cs
- ToolTipAutomationPeer.cs
- RuleSettings.cs
- Header.cs
- RichTextBox.cs
- PriorityRange.cs
- ArithmeticException.cs
- XPathNodeIterator.cs
- UniformGrid.cs
- smtppermission.cs
- DeviceContexts.cs
- OperatingSystem.cs
- MasterPageParser.cs
- WebPartHelpVerb.cs
- SystemKeyConverter.cs
- ScriptIgnoreAttribute.cs
- ManipulationLogic.cs
- UInt64Storage.cs
- wmiprovider.cs
- InternalConfigConfigurationFactory.cs
- StsCommunicationException.cs
- CompleteWizardStep.cs
- LocatorGroup.cs
- objectresult_tresulttype.cs
- _NegoState.cs
- DecimalKeyFrameCollection.cs
- DropTarget.cs
- CrossAppDomainChannel.cs
- DataSourceXmlTextReader.cs
- WebColorConverter.cs
- RawStylusInputCustomDataList.cs
- EasingKeyFrames.cs
- HttpRuntime.cs
- CryptoHelper.cs
- CharStorage.cs
- DateTimeOffsetStorage.cs
- MdiWindowListStrip.cs
- WebPartZoneBaseDesigner.cs
- StylusTip.cs
- SQLInt32.cs
- BindingCollection.cs
- Setter.cs
- ScriptingProfileServiceSection.cs
- PingReply.cs
- CrossSiteScriptingValidation.cs
- ImpersonateTokenRef.cs
- URI.cs
- DocumentPageViewAutomationPeer.cs
- DragEvent.cs
- ConfigUtil.cs
- MethodBuilder.cs
- FrameworkContextData.cs
- DataRelation.cs
- OleDbEnumerator.cs
- RemoteWebConfigurationHostServer.cs
- InputBindingCollection.cs
- CompressionTracing.cs
- PolyLineSegment.cs
- TypedReference.cs
- DateRangeEvent.cs
- Vector3DAnimationUsingKeyFrames.cs