Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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
- OdbcInfoMessageEvent.cs
- AttributeEmitter.cs
- LifetimeServices.cs
- ResolveCompletedEventArgs.cs
- DetailsViewRow.cs
- IODescriptionAttribute.cs
- EdmSchemaError.cs
- ColorTransformHelper.cs
- DataGridViewTopRowAccessibleObject.cs
- Model3D.cs
- BinHexDecoder.cs
- WebCategoryAttribute.cs
- DataGridViewEditingControlShowingEventArgs.cs
- NetworkCredential.cs
- ManagedIStream.cs
- ThumbButtonInfoCollection.cs
- EmptyEnumerator.cs
- HTTPNotFoundHandler.cs
- OutputCacheProfile.cs
- SafeFindHandle.cs
- MetadataCollection.cs
- ObjectPersistData.cs
- CompilationPass2TaskInternal.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- RewritingProcessor.cs
- WorkflowApplicationUnloadedException.cs
- OutputCacheSection.cs
- ContextProperty.cs
- ScrollPattern.cs
- UrlAuthorizationModule.cs
- ProtocolElementCollection.cs
- TableLayoutPanelCellPosition.cs
- EventLogPermissionHolder.cs
- SmtpCommands.cs
- ContainerTracking.cs
- WizardDesigner.cs
- HandleCollector.cs
- DataList.cs
- CacheRequest.cs
- ISAPIRuntime.cs
- UIHelper.cs
- SizeConverter.cs
- MappingMetadataHelper.cs
- FontUnitConverter.cs
- InfoCardConstants.cs
- WeakEventManager.cs
- SignedXml.cs
- _HeaderInfoTable.cs
- Int16KeyFrameCollection.cs
- ColumnWidthChangedEvent.cs
- PeerApplication.cs
- TabControlToolboxItem.cs
- CellLabel.cs
- VisualCollection.cs
- DictionaryEntry.cs
- NewExpression.cs
- base64Transforms.cs
- BindStream.cs
- SerializationAttributes.cs
- BuildManagerHost.cs
- SerializationSectionGroup.cs
- Normalization.cs
- ObjectSecurity.cs
- ViewGenResults.cs
- WebConfigurationManager.cs
- LinkedResourceCollection.cs
- FragmentNavigationEventArgs.cs
- StreamWithDictionary.cs
- DataRowView.cs
- CodeValidator.cs
- UpdateManifestForBrowserApplication.cs
- RenderDataDrawingContext.cs
- XPathAncestorIterator.cs
- HttpAsyncResult.cs
- DataServiceProcessingPipelineEventArgs.cs
- ActiveXSerializer.cs
- NotificationContext.cs
- Accessible.cs
- NavigatorOutput.cs
- RequestCache.cs
- Stylus.cs
- StrongName.cs
- SqlErrorCollection.cs
- AlternateViewCollection.cs
- FusionWrap.cs
- StructuredType.cs
- SafeNativeMethods.cs
- TraceHelpers.cs
- SemaphoreSecurity.cs
- KernelTypeValidation.cs
- FamilyTypeface.cs
- UpdatePanelControlTrigger.cs
- TypeSemantics.cs
- DoubleConverter.cs
- ILGenerator.cs
- DelegatedStream.cs
- basenumberconverter.cs
- StreamAsIStream.cs
- InternalPolicyElement.cs
- CompatibleIComparer.cs