Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContent.cs / 1305376 / 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
- EntityViewGenerator.cs
- DataGridViewCell.cs
- SortExpressionBuilder.cs
- WebSysDisplayNameAttribute.cs
- precedingsibling.cs
- PermissionRequestEvidence.cs
- VerificationException.cs
- CapabilitiesUse.cs
- TcpServerChannel.cs
- X509ThumbprintKeyIdentifierClause.cs
- ContainerFilterService.cs
- FlowDocumentScrollViewer.cs
- GregorianCalendar.cs
- BackgroundFormatInfo.cs
- TypeElementCollection.cs
- EditorAttribute.cs
- FormConverter.cs
- CultureSpecificStringDictionary.cs
- ErrorBehavior.cs
- DataGridViewRowPostPaintEventArgs.cs
- MouseBinding.cs
- XmlSchemaInfo.cs
- SQLSingleStorage.cs
- RouteParameter.cs
- Constants.cs
- HitTestDrawingContextWalker.cs
- EmptyReadOnlyDictionaryInternal.cs
- Int64KeyFrameCollection.cs
- DataGridColumn.cs
- ClientData.cs
- _LocalDataStoreMgr.cs
- SchemaTableColumn.cs
- SQLMoneyStorage.cs
- DrawingContextWalker.cs
- XmlTextReaderImpl.cs
- OleDbParameterCollection.cs
- handlecollector.cs
- CalendarDay.cs
- IISMapPath.cs
- TypeSystem.cs
- SqlUserDefinedAggregateAttribute.cs
- Socket.cs
- StatusBarPanelClickEvent.cs
- PathFigureCollection.cs
- ScrollChrome.cs
- System.Data.OracleClient_BID.cs
- Span.cs
- SpAudioStreamWrapper.cs
- MessageQueueCriteria.cs
- SerializationInfoEnumerator.cs
- ObjectDataSourceMethodEventArgs.cs
- AnnotationObservableCollection.cs
- HttpDebugHandler.cs
- TextChange.cs
- StreamGeometry.cs
- SessionEndingCancelEventArgs.cs
- WebHeaderCollection.cs
- ToolStripPanelCell.cs
- AppDomainUnloadedException.cs
- QueryPageSettingsEventArgs.cs
- HttpHeaderCollection.cs
- SimpleFileLog.cs
- MultipleViewPattern.cs
- FixedSOMGroup.cs
- PopOutPanel.cs
- DataGridItemEventArgs.cs
- TransformValueSerializer.cs
- MSG.cs
- ACE.cs
- ScriptingScriptResourceHandlerSection.cs
- RoutedEventValueSerializer.cs
- InputLanguageEventArgs.cs
- TdsParser.cs
- ForceCopyBuildProvider.cs
- StringToken.cs
- xmlglyphRunInfo.cs
- httpapplicationstate.cs
- AsyncSerializedWorker.cs
- BlurBitmapEffect.cs
- Component.cs
- DropShadowBitmapEffect.cs
- MdiWindowListStrip.cs
- BitmapCache.cs
- EditorResources.cs
- ConstructorArgumentAttribute.cs
- TagPrefixAttribute.cs
- WebPartVerbsEventArgs.cs
- RuntimeHelpers.cs
- WeakRefEnumerator.cs
- Label.cs
- EnterpriseServicesHelper.cs
- FreezableCollection.cs
- EncoderParameter.cs
- BaseDataBoundControl.cs
- WebColorConverter.cs
- Material.cs
- VerificationAttribute.cs
- BooleanConverter.cs
- WebPartConnection.cs
- StreamWriter.cs