Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleTypeList.cs / 1 / XmlSchemaSimpleTypeList.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleTypeList : XmlSchemaSimpleTypeContent { XmlQualifiedName itemTypeName = XmlQualifiedName.Empty; XmlSchemaSimpleType itemType; XmlSchemaSimpleType baseItemType; //Compiled ///[To be supplied.] ////// /// [XmlAttribute("itemType")] public XmlQualifiedName ItemTypeName { get { return itemTypeName; } set { itemTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("simpleType", typeof(XmlSchemaSimpleType))] public XmlSchemaSimpleType ItemType { get { return itemType; } set { itemType = value; } } //Compiled ///[To be supplied.] ///[XmlIgnore] public XmlSchemaSimpleType BaseItemType { get { return baseItemType; } set { baseItemType = value; } } internal override XmlSchemaObject Clone() { XmlSchemaSimpleTypeList newList = (XmlSchemaSimpleTypeList)MemberwiseClone(); newList.ItemTypeName = itemTypeName.Clone(); return newList; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ServiceRouteHandler.cs
- EntitySetBase.cs
- CodeStatementCollection.cs
- Vector.cs
- AppSecurityManager.cs
- BStrWrapper.cs
- DecoderFallback.cs
- FormatException.cs
- KeyFrames.cs
- TreeNodeSelectionProcessor.cs
- CultureInfo.cs
- CollectionChangeEventArgs.cs
- IndividualDeviceConfig.cs
- SiteMapSection.cs
- TextBox.cs
- wgx_exports.cs
- NullToBooleanConverter.cs
- DataView.cs
- ExtensionSurface.cs
- ListViewInsertionMark.cs
- PartBasedPackageProperties.cs
- CompoundFileStorageReference.cs
- XmlNavigatorStack.cs
- BufferedReadStream.cs
- ComponentDispatcher.cs
- SessionEndedEventArgs.cs
- EntityDesignerUtils.cs
- BindableAttribute.cs
- XmlElementAttributes.cs
- ObjectDataSourceView.cs
- ColorMatrix.cs
- DropShadowBitmapEffect.cs
- CodeCommentStatement.cs
- NetPeerTcpBindingElement.cs
- FontSourceCollection.cs
- StringUtil.cs
- DataGridViewRow.cs
- SweepDirectionValidation.cs
- ComponentCache.cs
- RelatedImageListAttribute.cs
- MetadataElement.cs
- NameTable.cs
- StickyNoteHelper.cs
- DataTemplateKey.cs
- PlatformNotSupportedException.cs
- StorageComplexTypeMapping.cs
- LinqDataView.cs
- NodeFunctions.cs
- basecomparevalidator.cs
- ReadOnlyCollectionBase.cs
- ResolveCriteria.cs
- DocumentOrderQuery.cs
- Variant.cs
- hresults.cs
- WebBaseEventKeyComparer.cs
- UrlPath.cs
- tibetanshape.cs
- WCFServiceClientProxyGenerator.cs
- IndentedWriter.cs
- CLRBindingWorker.cs
- EntityDataSourceEntityTypeFilterItem.cs
- Int64KeyFrameCollection.cs
- DoubleAnimationBase.cs
- GeometryHitTestResult.cs
- AxParameterData.cs
- XmlNodeChangedEventManager.cs
- OleStrCAMarshaler.cs
- SemanticResolver.cs
- SpellCheck.cs
- CapiSafeHandles.cs
- SqlCommandBuilder.cs
- UnknownBitmapEncoder.cs
- DataGridViewMethods.cs
- FirstMatchCodeGroup.cs
- SmiEventSink_DeferedProcessing.cs
- NativeMethods.cs
- AttributeEmitter.cs
- RoutedEvent.cs
- ColumnWidthChangingEvent.cs
- ColorAnimationUsingKeyFrames.cs
- PerfCounters.cs
- TableCellCollection.cs
- _HeaderInfo.cs
- XpsS0ValidatingLoader.cs
- DataSetSchema.cs
- _CommandStream.cs
- WebPartCatalogCloseVerb.cs
- DataSourceProvider.cs
- SmiTypedGetterSetter.cs
- SignedXml.cs
- EntityDataSourceSelectingEventArgs.cs
- ProfileGroupSettingsCollection.cs
- ImmutableObjectAttribute.cs
- PerformanceCounterCategory.cs
- MissingMemberException.cs
- X509Utils.cs
- DictionaryCustomTypeDescriptor.cs
- InfoCardXmlSerializer.cs
- DbDataAdapter.cs
- GeometryHitTestResult.cs