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
- ListDictionaryInternal.cs
- SchemaImporterExtensionElement.cs
- XsdDateTime.cs
- UnsafeNativeMethods.cs
- StretchValidation.cs
- ObjectHandle.cs
- SpnEndpointIdentityExtension.cs
- ToolStripContentPanel.cs
- XmlSubtreeReader.cs
- DateTimeConverter2.cs
- CodeNamespace.cs
- CdpEqualityComparer.cs
- QilNode.cs
- CookieHandler.cs
- securitymgrsite.cs
- EventLogPermissionEntry.cs
- SiteMapNodeItem.cs
- TextSelectionHelper.cs
- _CommandStream.cs
- NameValuePermission.cs
- BindUriHelper.cs
- EncoderExceptionFallback.cs
- TickBar.cs
- XmlHelper.cs
- ProfileProvider.cs
- Region.cs
- DesignerUtils.cs
- SymLanguageType.cs
- BypassElementCollection.cs
- DBSchemaRow.cs
- CacheChildrenQuery.cs
- ViewLoader.cs
- ResourceSet.cs
- CodeAccessPermission.cs
- RotateTransform.cs
- ConnectionStringsSection.cs
- ProcessHost.cs
- StructuredProperty.cs
- BamlCollectionHolder.cs
- UxThemeWrapper.cs
- PrinterUnitConvert.cs
- XmlUtf8RawTextWriter.cs
- ControlBuilderAttribute.cs
- XmlSchema.cs
- UnknownBitmapEncoder.cs
- InkCanvas.cs
- CacheVirtualItemsEvent.cs
- StreamingContext.cs
- OleTxTransaction.cs
- SqlCaseSimplifier.cs
- LineMetrics.cs
- SQLSingleStorage.cs
- XPathNodeHelper.cs
- _WebProxyDataBuilder.cs
- EmptyControlCollection.cs
- PolyLineSegment.cs
- ExpressionBuilder.cs
- Queue.cs
- CatalogPartCollection.cs
- wgx_exports.cs
- AlphaSortedEnumConverter.cs
- TemplateColumn.cs
- ControlEvent.cs
- WorkflowMessageEventArgs.cs
- WindowsClientCredential.cs
- CodeStatement.cs
- AmbiguousMatchException.cs
- SafeRightsManagementQueryHandle.cs
- XmlAtomicValue.cs
- DbProviderConfigurationHandler.cs
- IgnoreDeviceFilterElement.cs
- DataSetMappper.cs
- Int32Rect.cs
- XamlReaderHelper.cs
- ConfigurationElementProperty.cs
- SHA512.cs
- GreenMethods.cs
- DesignerToolStripControlHost.cs
- UTF32Encoding.cs
- DataKey.cs
- XmlSchemaComplexContentExtension.cs
- MediaContextNotificationWindow.cs
- Empty.cs
- DataObjectMethodAttribute.cs
- GenericTextProperties.cs
- WinOEToolBoxItem.cs
- ProcessingInstructionAction.cs
- dataprotectionpermissionattribute.cs
- StringUtil.cs
- WrapPanel.cs
- DBConnectionString.cs
- TableStyle.cs
- CodeCompiler.cs
- SurrogateEncoder.cs
- ScrollChangedEventArgs.cs
- DocumentGridContextMenu.cs
- LicenseException.cs
- DESCryptoServiceProvider.cs
- EntityDataSourceConfigureObjectContextPanel.cs
- OleDbCommandBuilder.cs