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
- FragmentQuery.cs
- PrintingPermissionAttribute.cs
- CellNormalizer.cs
- SystemTcpConnection.cs
- ResXFileRef.cs
- TransformedBitmap.cs
- ToolboxItemFilterAttribute.cs
- SqlNodeAnnotation.cs
- ApplicationDirectoryMembershipCondition.cs
- OLEDB_Enum.cs
- TemplateKeyConverter.cs
- GZipObjectSerializer.cs
- ServicePointManagerElement.cs
- XmlBinaryReaderSession.cs
- Visitors.cs
- AttachedAnnotationChangedEventArgs.cs
- ToolBarTray.cs
- StaticResourceExtension.cs
- MetadataExchangeClient.cs
- XmlSortKeyAccumulator.cs
- InheritanceContextChangedEventManager.cs
- ControlCommandSet.cs
- VScrollBar.cs
- IDQuery.cs
- DataFormats.cs
- QilReference.cs
- ServiceDeploymentInfo.cs
- SafeEventLogWriteHandle.cs
- DispatcherHooks.cs
- TemplatedEditableDesignerRegion.cs
- RuntimeCompatibilityAttribute.cs
- Translator.cs
- BulletChrome.cs
- QueuePathEditor.cs
- SubpageParaClient.cs
- Missing.cs
- ImageListUtils.cs
- StringFunctions.cs
- SmiEventSink_Default.cs
- DataGridItemCollection.cs
- XmlNavigatorStack.cs
- ResXBuildProvider.cs
- XmlQualifiedNameTest.cs
- SHA512Managed.cs
- EasingKeyFrames.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- RotationValidation.cs
- SudsParser.cs
- TableRow.cs
- Attributes.cs
- DesignerActionPanel.cs
- VoiceChangeEventArgs.cs
- PeerCredential.cs
- IDispatchConstantAttribute.cs
- HttpMethodAttribute.cs
- FileVersionInfo.cs
- StatusBarItemAutomationPeer.cs
- ByteStorage.cs
- ImageFormatConverter.cs
- DataServiceHostFactory.cs
- PaintValueEventArgs.cs
- EnumType.cs
- Path.cs
- Transform3D.cs
- Int32Rect.cs
- sqlmetadatafactory.cs
- InputReferenceExpression.cs
- OrthographicCamera.cs
- SynchronizingStream.cs
- SafeThreadHandle.cs
- PriorityChain.cs
- OptimisticConcurrencyException.cs
- FrameSecurityDescriptor.cs
- LineMetrics.cs
- Rect3D.cs
- XmlSchemaSimpleType.cs
- GridProviderWrapper.cs
- versioninfo.cs
- BmpBitmapDecoder.cs
- EventLogger.cs
- PauseStoryboard.cs
- XmlSchemaObjectCollection.cs
- StandardToolWindows.cs
- ExpressionNode.cs
- SamlAttribute.cs
- XmlProcessingInstruction.cs
- UIElementCollection.cs
- Helper.cs
- TextParagraphProperties.cs
- SettingsBindableAttribute.cs
- DrawingContextDrawingContextWalker.cs
- WebConfigurationManager.cs
- WriteableBitmap.cs
- XmlReflectionImporter.cs
- SqlInternalConnectionTds.cs
- WindowsListView.cs
- CultureMapper.cs
- MachineSettingsSection.cs
- GridViewRowPresenter.cs
- SelectionGlyphBase.cs