Code:
/ DotNET / DotNET / 8.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
- ProgressBar.cs
- MessageAction.cs
- SoundPlayerAction.cs
- SHA512Cng.cs
- QilTernary.cs
- DEREncoding.cs
- DefaultDialogButtons.cs
- XmlQueryStaticData.cs
- PatternMatcher.cs
- DrawingImage.cs
- AutomationAttributeInfo.cs
- VisualBrush.cs
- ImportOptions.cs
- LongTypeConverter.cs
- UnhandledExceptionEventArgs.cs
- XMLUtil.cs
- ExceptionUtil.cs
- BindingEntityInfo.cs
- SchemaEntity.cs
- SecurityHeader.cs
- PropertyChange.cs
- TemplateKeyConverter.cs
- RootAction.cs
- HtmlImage.cs
- InputScopeAttribute.cs
- DragSelectionMessageFilter.cs
- QilList.cs
- ExceptionUtil.cs
- AxisAngleRotation3D.cs
- NumericUpDownAcceleration.cs
- ManagedIStream.cs
- Privilege.cs
- FormViewInsertedEventArgs.cs
- Unit.cs
- StructuralCache.cs
- AspNetPartialTrustHelpers.cs
- TransformedBitmap.cs
- SmiEventStream.cs
- WindowsTokenRoleProvider.cs
- DataGridCell.cs
- objectresult_tresulttype.cs
- TextEditorThreadLocalStore.cs
- ListViewCommandEventArgs.cs
- connectionpool.cs
- GridErrorDlg.cs
- Activator.cs
- HttpHeaderCollection.cs
- JsonEncodingStreamWrapper.cs
- KeyValueInternalCollection.cs
- TimeManager.cs
- ProfileInfo.cs
- XmlWrappingReader.cs
- DataGridViewCellPaintingEventArgs.cs
- DataSourceListEditor.cs
- QueryResult.cs
- SmiRecordBuffer.cs
- HtmlShim.cs
- PackagingUtilities.cs
- _SingleItemRequestCache.cs
- RangeValuePatternIdentifiers.cs
- StateItem.cs
- ScopeCollection.cs
- ReadOnlyObservableCollection.cs
- RegexMatch.cs
- WsiProfilesElement.cs
- MembershipPasswordException.cs
- ProviderConnectionPointCollection.cs
- ExpressionLexer.cs
- ReadOnlyCollection.cs
- FileDialog.cs
- PageRequestManager.cs
- ProviderBase.cs
- Transform3D.cs
- MetadataItemEmitter.cs
- GcHandle.cs
- RenderContext.cs
- TimeSpanStorage.cs
- ResourceManager.cs
- IssuedTokenParametersEndpointAddressElement.cs
- SessionIDManager.cs
- KeyboardDevice.cs
- Point3DCollection.cs
- ItemsPresenter.cs
- SetterBase.cs
- XamlReader.cs
- OperationCanceledException.cs
- Directory.cs
- ValueConversionAttribute.cs
- NavigationExpr.cs
- SqlBuilder.cs
- VoiceChangeEventArgs.cs
- XmlSchemaAll.cs
- CalendarDateRange.cs
- ParameterModifier.cs
- Number.cs
- Authorization.cs
- Mappings.cs
- Shape.cs
- DrawingImage.cs
- AttributeAction.cs