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
- MSAANativeProvider.cs
- ExtentJoinTreeNode.cs
- NativeMethodsCLR.cs
- ReceiveMessageRecord.cs
- TabRenderer.cs
- PKCS1MaskGenerationMethod.cs
- NetworkInterface.cs
- SerialPort.cs
- DirectionalAction.cs
- JoinGraph.cs
- SmtpClient.cs
- ConvertBinder.cs
- StylusShape.cs
- VScrollProperties.cs
- CodeNamespaceImport.cs
- Proxy.cs
- XhtmlBasicLinkAdapter.cs
- StructureChangedEventArgs.cs
- SymLanguageType.cs
- SessionIDManager.cs
- ToolStripDropDownDesigner.cs
- MethodRental.cs
- WorkflowDesignerColors.cs
- XmlQueryContext.cs
- InlineUIContainer.cs
- UTF7Encoding.cs
- WithStatement.cs
- RegistryKey.cs
- LabelDesigner.cs
- ResourceReferenceExpression.cs
- DesignerActionVerbItem.cs
- EntityPropertyMappingAttribute.cs
- DataGridViewCellStateChangedEventArgs.cs
- DesignerTransactionCloseEvent.cs
- SqlDeflator.cs
- HttpCachePolicyElement.cs
- AssemblyHelper.cs
- TrackingConditionCollection.cs
- StringBlob.cs
- WebRequestModuleElement.cs
- Metadata.cs
- ScriptingProfileServiceSection.cs
- dsa.cs
- TableLayout.cs
- SmtpReplyReaderFactory.cs
- PartManifestEntry.cs
- EffectiveValueEntry.cs
- DataGridViewRowConverter.cs
- ExpandCollapsePattern.cs
- RtfNavigator.cs
- MatchingStyle.cs
- SchemaComplexType.cs
- X509SecurityToken.cs
- DocumentViewerBase.cs
- OutArgument.cs
- PagerSettings.cs
- ControlDesigner.cs
- CodeArrayIndexerExpression.cs
- DeviceSpecificDialogCachedState.cs
- ListViewItem.cs
- CompositionDesigner.cs
- CasesDictionary.cs
- MulticastDelegate.cs
- ControlValuePropertyAttribute.cs
- SchemaImporterExtension.cs
- WbemException.cs
- ListDesigner.cs
- DesignTimeVisibleAttribute.cs
- StackBuilderSink.cs
- RequiredFieldValidator.cs
- WebPartConnectVerb.cs
- IDictionary.cs
- sqlinternaltransaction.cs
- RecordBuilder.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- SqlException.cs
- SHA512.cs
- CqlWriter.cs
- RedirectionProxy.cs
- TransactionFlowOption.cs
- ManifestSignatureInformation.cs
- StaticSiteMapProvider.cs
- X509ChainPolicy.cs
- MeasurementDCInfo.cs
- ResolveCriteriaCD1.cs
- HwndTarget.cs
- complextypematerializer.cs
- OleCmdHelper.cs
- AssemblyName.cs
- DataSysAttribute.cs
- ScrollViewer.cs
- OciEnlistContext.cs
- Gdiplus.cs
- ManagementObjectCollection.cs
- ObjectResult.cs
- WindowsSecurityToken.cs
- DataTableMappingCollection.cs
- Point4DValueSerializer.cs
- SHA1.cs
- ThreadExceptionEvent.cs