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
- Mutex.cs
- ArgIterator.cs
- BrowserInteropHelper.cs
- StaticExtensionConverter.cs
- WaveHeader.cs
- TextFormatterContext.cs
- SourceFileInfo.cs
- GroupStyle.cs
- MDIWindowDialog.cs
- MenuItemCollectionEditorDialog.cs
- PropVariant.cs
- PassportIdentity.cs
- PersistenceTypeAttribute.cs
- ReturnEventArgs.cs
- DependencyObjectType.cs
- ToolStripLabel.cs
- VoiceChangeEventArgs.cs
- IPPacketInformation.cs
- Int16.cs
- TypeConverterValueSerializer.cs
- CustomLineCap.cs
- CodeLabeledStatement.cs
- DataColumnMappingCollection.cs
- StateMachineSubscription.cs
- OnOperation.cs
- ImageSource.cs
- InputReferenceExpression.cs
- LinqToSqlWrapper.cs
- MetadataCache.cs
- Logging.cs
- RegexCapture.cs
- TransactionException.cs
- TypeSystem.cs
- SQLDoubleStorage.cs
- TTSVoice.cs
- WebPermission.cs
- DodSequenceMerge.cs
- OperationCanceledException.cs
- NotImplementedException.cs
- WindowsTooltip.cs
- ThicknessAnimation.cs
- TypeReference.cs
- TextRangeEdit.cs
- DataGridCommandEventArgs.cs
- HideDisabledControlAdapter.cs
- ListBindingHelper.cs
- ActivityStatusChangeEventArgs.cs
- XmlHierarchyData.cs
- SystemInfo.cs
- TreeNodeEventArgs.cs
- DecoratedNameAttribute.cs
- CommandEventArgs.cs
- WebPartConnectionsConfigureVerb.cs
- _FixedSizeReader.cs
- SafeNativeMethods.cs
- DrawingContextWalker.cs
- Storyboard.cs
- ProcessHostConfigUtils.cs
- Rule.cs
- WorkflowItemPresenter.cs
- PropertyCondition.cs
- TextureBrush.cs
- MailHeaderInfo.cs
- InfoCardUIAgent.cs
- FontConverter.cs
- AutoSizeComboBox.cs
- CallbackHandler.cs
- WizardForm.cs
- Soap11ServerProtocol.cs
- DataServiceProcessingPipelineEventArgs.cs
- SqlBulkCopyColumnMapping.cs
- CustomLineCap.cs
- CodeParameterDeclarationExpression.cs
- BaseUriHelper.cs
- Transactions.cs
- HasCopySemanticsAttribute.cs
- NavigatorInvalidBodyAccessException.cs
- OracleString.cs
- EndpointDiscoveryBehavior.cs
- TemplateBindingExtension.cs
- DataGridViewSelectedCellCollection.cs
- TimeIntervalCollection.cs
- XmlSortKeyAccumulator.cs
- UIElementIsland.cs
- DiffuseMaterial.cs
- NameNode.cs
- CreateParams.cs
- NavigatorInput.cs
- BamlMapTable.cs
- DataGridView.cs
- _CookieModule.cs
- DoubleAnimationUsingPath.cs
- PrimitiveDataContract.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- Inline.cs
- DesignerCommandAdapter.cs
- TypeForwardedToAttribute.cs
- GridViewColumnHeaderAutomationPeer.cs
- URI.cs
- LinkedDataMemberFieldEditor.cs