Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BoolExpression.cs
- mediaclock.cs
- XmlSchemaResource.cs
- DomNameTable.cs
- PropertyGridEditorPart.cs
- InvalidEnumArgumentException.cs
- AppearanceEditorPart.cs
- DeobfuscatingStream.cs
- MSAANativeProvider.cs
- WebControlParameterProxy.cs
- BorderGapMaskConverter.cs
- StackBuilderSink.cs
- ToolStripSeparatorRenderEventArgs.cs
- QueueProcessor.cs
- FontFamily.cs
- XmlSchemaSet.cs
- StorageSetMapping.cs
- DistributedTransactionPermission.cs
- SqlDataSourceCache.cs
- MsmqInputMessage.cs
- HtmlElementCollection.cs
- Pair.cs
- System.Data_BID.cs
- BindableTemplateBuilder.cs
- CreateInstanceBinder.cs
- OpCellTreeNode.cs
- ProcessModule.cs
- NavigationEventArgs.cs
- XmlValidatingReaderImpl.cs
- SQLSingleStorage.cs
- DesignConnection.cs
- SqlUserDefinedTypeAttribute.cs
- IncomingWebRequestContext.cs
- ApplyTemplatesAction.cs
- Pair.cs
- TextSpanModifier.cs
- ProtocolsConfiguration.cs
- SizeChangedInfo.cs
- designeractionbehavior.cs
- IPEndPoint.cs
- PipelineModuleStepContainer.cs
- InkCanvasSelectionAdorner.cs
- HttpFileCollection.cs
- X509CertificateTrustedIssuerElement.cs
- SqlError.cs
- RestHandlerFactory.cs
- ViewEvent.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- Errors.cs
- SqlCacheDependencySection.cs
- DateTimeFormatInfo.cs
- SystemWebExtensionsSectionGroup.cs
- XmlText.cs
- PointLightBase.cs
- ComplexPropertyEntry.cs
- UnsafeNativeMethods.cs
- DependencyProperty.cs
- ComNativeDescriptor.cs
- UnsafeNativeMethodsTablet.cs
- Container.cs
- BypassElement.cs
- StreamAsIStream.cs
- UserNamePasswordValidationMode.cs
- XPathNodeHelper.cs
- JavaScriptSerializer.cs
- WindowsSolidBrush.cs
- MultiSelector.cs
- IndentTextWriter.cs
- ParentQuery.cs
- EventDescriptor.cs
- BitVector32.cs
- ButtonBase.cs
- MetadataItemEmitter.cs
- DBSchemaRow.cs
- ThemeDictionaryExtension.cs
- DataPager.cs
- ApplicationServicesHostFactory.cs
- TaiwanLunisolarCalendar.cs
- AnchoredBlock.cs
- CustomAttributeBuilder.cs
- Schema.cs
- SqlMethodTransformer.cs
- Exceptions.cs
- SubstitutionList.cs
- DataContractSerializerElement.cs
- DataPagerFieldCommandEventArgs.cs
- CacheModeValueSerializer.cs
- EndPoint.cs
- DependencyPropertyAttribute.cs
- NamespaceInfo.cs
- DataViewManager.cs
- FixedTextContainer.cs
- ChangeTracker.cs
- InputLanguageProfileNotifySink.cs
- SingleBodyParameterMessageFormatter.cs
- SupportsEventValidationAttribute.cs
- SortExpressionBuilder.cs
- TreeView.cs
- RegionData.cs
- EncoderExceptionFallback.cs