Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleTypeList.cs / 1305376 / 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. // //[....] //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ErrorFormatterPage.cs
- SqlDataSourceCommandEventArgs.cs
- SystemWebExtensionsSectionGroup.cs
- SessionState.cs
- CompositeDataBoundControl.cs
- IisHelper.cs
- PackageProperties.cs
- GetIsBrowserClientRequest.cs
- ObsoleteAttribute.cs
- BinaryWriter.cs
- WinEventWrap.cs
- HttpCachePolicyElement.cs
- ClientSideQueueItem.cs
- WmpBitmapDecoder.cs
- PngBitmapEncoder.cs
- SchemaInfo.cs
- HMAC.cs
- PriorityChain.cs
- RelationshipSet.cs
- WaitingCursor.cs
- SynthesizerStateChangedEventArgs.cs
- DefaultPropertyAttribute.cs
- EditorPartCollection.cs
- ObjectDataSourceDisposingEventArgs.cs
- TypeUnloadedException.cs
- OutputCacheProfile.cs
- ByteConverter.cs
- Button.cs
- HttpGetProtocolImporter.cs
- _UriTypeConverter.cs
- PropertyBuilder.cs
- DataGridViewBand.cs
- EntityContainerEntitySetDefiningQuery.cs
- CookieHandler.cs
- IntegrationExceptionEventArgs.cs
- Geometry3D.cs
- ADMembershipProvider.cs
- XmlHierarchicalEnumerable.cs
- PtsPage.cs
- AppLevelCompilationSectionCache.cs
- WindowProviderWrapper.cs
- AnnotationService.cs
- WsatAdminException.cs
- RootBrowserWindow.cs
- RSAPKCS1SignatureFormatter.cs
- securitycriticaldataformultiplegetandset.cs
- UIElement.cs
- HandleValueEditor.cs
- ListParagraph.cs
- NumberFormatInfo.cs
- SingletonInstanceContextProvider.cs
- RtType.cs
- IISUnsafeMethods.cs
- DirtyTextRange.cs
- UpdateProgress.cs
- DrawingGroup.cs
- WebPartVerb.cs
- TrustManagerMoreInformation.cs
- StaticTextPointer.cs
- ExpandCollapseProviderWrapper.cs
- ProfileEventArgs.cs
- SubMenuStyleCollectionEditor.cs
- dbdatarecord.cs
- TransformProviderWrapper.cs
- CompilerGeneratedAttribute.cs
- ByteConverter.cs
- Route.cs
- SoapCodeExporter.cs
- LinkedResourceCollection.cs
- PersonalizablePropertyEntry.cs
- PlatformCulture.cs
- Compiler.cs
- SafeRightsManagementHandle.cs
- HttpModulesSection.cs
- SafeWaitHandle.cs
- SqlStatistics.cs
- UnmanagedHandle.cs
- SqlParameterizer.cs
- InArgumentConverter.cs
- ExternalFile.cs
- DeflateStream.cs
- ByteStream.cs
- wgx_sdk_version.cs
- SequentialOutput.cs
- SHA384Managed.cs
- TreeNode.cs
- AnimationException.cs
- TreeView.cs
- DeleteStoreRequest.cs
- ParseChildrenAsPropertiesAttribute.cs
- OdbcRowUpdatingEvent.cs
- AppDomainShutdownMonitor.cs
- XPathChildIterator.cs
- StringOutput.cs
- CacheDependency.cs
- ObjectDataSourceFilteringEventArgs.cs
- SqlException.cs
- FileSecurity.cs
- translator.cs
- SafeBitVector32.cs