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
- ToolStripOverflowButton.cs
- HtmlHead.cs
- TemplatingOptionsDialog.cs
- Attributes.cs
- CanonicalXml.cs
- SelectionWordBreaker.cs
- WebPartDisplayModeCancelEventArgs.cs
- RoleService.cs
- ClientSettingsProvider.cs
- Point3DIndependentAnimationStorage.cs
- WindowsFormsLinkLabel.cs
- XPathParser.cs
- SessionState.cs
- CommentEmitter.cs
- EntityCollection.cs
- FormViewUpdateEventArgs.cs
- GridView.cs
- LinkDescriptor.cs
- EditingCoordinator.cs
- TPLETWProvider.cs
- DataReaderContainer.cs
- SimpleBitVector32.cs
- EditorPartDesigner.cs
- PropertyIDSet.cs
- TypeConverterHelper.cs
- NativeWindow.cs
- ResourcesChangeInfo.cs
- SerializationSectionGroup.cs
- BridgeDataRecord.cs
- JapaneseCalendar.cs
- ModuleElement.cs
- InvalidDataException.cs
- XmlUtil.cs
- SqlClientPermission.cs
- DataError.cs
- TableCellAutomationPeer.cs
- Itemizer.cs
- SmtpFailedRecipientsException.cs
- XmlElementAttributes.cs
- ADMembershipUser.cs
- SerialStream.cs
- GatewayDefinition.cs
- TextOptionsInternal.cs
- XmlTextAttribute.cs
- SimpleTypeResolver.cs
- NumberFunctions.cs
- TableItemStyle.cs
- TransformerConfigurationWizardBase.cs
- WebResponse.cs
- TraceListener.cs
- SchemaDeclBase.cs
- EventSinkActivityDesigner.cs
- odbcmetadatacollectionnames.cs
- PropertySegmentSerializationProvider.cs
- DataGridViewEditingControlShowingEventArgs.cs
- DataSourceProvider.cs
- UnsafeNativeMethodsMilCoreApi.cs
- JavascriptCallbackBehaviorAttribute.cs
- ViewKeyConstraint.cs
- CodeTypeMember.cs
- _SslState.cs
- OleDbConnection.cs
- DeviceContext.cs
- OneOf.cs
- PenLineCapValidation.cs
- HtmlInputControl.cs
- ReflectionTypeLoadException.cs
- TextAdaptor.cs
- ImageCodecInfo.cs
- DataContractSerializerServiceBehavior.cs
- _ConnectionGroup.cs
- ColumnBinding.cs
- BitmapEffectOutputConnector.cs
- PersistenceContext.cs
- NumericUpDownAccelerationCollection.cs
- HtmlWindowCollection.cs
- MatrixTransform.cs
- M3DUtil.cs
- DefaultEventAttribute.cs
- DetailsViewPageEventArgs.cs
- Bits.cs
- PersistencePipeline.cs
- GridItem.cs
- OperatorExpressions.cs
- StylusPoint.cs
- OleAutBinder.cs
- Compiler.cs
- AcceleratedTokenAuthenticator.cs
- InputScope.cs
- TaiwanLunisolarCalendar.cs
- ValidationSummary.cs
- RegisteredArrayDeclaration.cs
- SchemaImporterExtensionsSection.cs
- TypeConverterBase.cs
- WorkflowItemPresenter.cs
- ThreadStateException.cs
- EdmPropertyAttribute.cs
- ButtonRenderer.cs
- ImageMapEventArgs.cs
- ResourceDisplayNameAttribute.cs