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
- XmlEnumAttribute.cs
- MonthCalendar.cs
- TemplateBindingExpression.cs
- HtmlTextArea.cs
- sqlinternaltransaction.cs
- SafeNativeMethods.cs
- RijndaelManaged.cs
- JavaScriptObjectDeserializer.cs
- StateMachineExecutionState.cs
- NativeMethods.cs
- ListItem.cs
- EdmType.cs
- SqlCaseSimplifier.cs
- Repeater.cs
- TextServicesDisplayAttributePropertyRanges.cs
- QueryReaderSettings.cs
- Documentation.cs
- ReadOnlyCollectionBase.cs
- AncillaryOps.cs
- SchemaConstraints.cs
- KeyValuePair.cs
- TextFormatterImp.cs
- NativeMethodsOther.cs
- XsdValidatingReader.cs
- Fonts.cs
- DesignerHelpers.cs
- WorkflowDispatchContext.cs
- StrokeNodeData.cs
- SqlTriggerContext.cs
- MessageBox.cs
- ProtocolsSection.cs
- SessionStateItemCollection.cs
- XmlHierarchicalDataSourceView.cs
- StreamDocument.cs
- StreamWithDictionary.cs
- ScriptManagerProxy.cs
- PauseStoryboard.cs
- Resources.Designer.cs
- ContextConfiguration.cs
- SecurityKeyType.cs
- ConfigurationPropertyCollection.cs
- LocationUpdates.cs
- NavigationEventArgs.cs
- FilterElement.cs
- TreeViewItemAutomationPeer.cs
- EventTrigger.cs
- SystemIcmpV6Statistics.cs
- NotificationContext.cs
- TextEffect.cs
- MailSettingsSection.cs
- ArithmeticLiteral.cs
- ConsumerConnectionPoint.cs
- AttachedAnnotationChangedEventArgs.cs
- IDataContractSurrogate.cs
- ErrorFormatterPage.cs
- FileNameEditor.cs
- TypedTableBase.cs
- InvalidComObjectException.cs
- HitTestParameters3D.cs
- PixelFormats.cs
- SpeechRecognitionEngine.cs
- DbConnectionPoolGroup.cs
- PasswordBoxAutomationPeer.cs
- FlowDocument.cs
- ArraySegment.cs
- BaseInfoTable.cs
- WorkflowRuntime.cs
- UpdateProgress.cs
- ServiceOperationWrapper.cs
- SymbolUsageManager.cs
- ArglessEventHandlerProxy.cs
- TimeSpanOrInfiniteValidator.cs
- ScrollViewer.cs
- CellConstantDomain.cs
- EventSetter.cs
- EmptyQuery.cs
- XmlDataSourceNodeDescriptor.cs
- CollectionViewSource.cs
- LambdaCompiler.Generated.cs
- QilExpression.cs
- ObjectTag.cs
- ChineseLunisolarCalendar.cs
- ButtonChrome.cs
- DateTimeParse.cs
- SqlCacheDependency.cs
- DispatcherProcessingDisabled.cs
- cookie.cs
- CustomActivityDesigner.cs
- Win32SafeHandles.cs
- Operand.cs
- FixedPageAutomationPeer.cs
- MobileTextWriter.cs
- CompositionAdorner.cs
- WebServiceResponse.cs
- KeyboardNavigation.cs
- Model3D.cs
- ColorMap.cs
- AdPostCacheSubstitution.cs
- ToggleProviderWrapper.cs
- ActiveDocumentEvent.cs