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
- ConfigPathUtility.cs
- PropertyValueChangedEvent.cs
- DataRelationPropertyDescriptor.cs
- WebPartConnectionsCancelVerb.cs
- DistributedTransactionPermission.cs
- CodeMemberEvent.cs
- ObjectAnimationBase.cs
- TextBreakpoint.cs
- HwndHost.cs
- EmitterCache.cs
- UserControl.cs
- EventTrigger.cs
- ShutDownListener.cs
- MetaData.cs
- OrderPreservingPipeliningSpoolingTask.cs
- BinaryCommonClasses.cs
- FusionWrap.cs
- Directory.cs
- WebSysDescriptionAttribute.cs
- DataGridViewCellValueEventArgs.cs
- ToolStripProgressBar.cs
- Function.cs
- unsafenativemethodstextservices.cs
- XmlDownloadManager.cs
- MyContact.cs
- CacheVirtualItemsEvent.cs
- XmlReaderSettings.cs
- DesignerVerbCollection.cs
- BinaryNode.cs
- PageCatalogPart.cs
- WeakReferenceList.cs
- QilStrConcatenator.cs
- Permission.cs
- LinearQuaternionKeyFrame.cs
- StringComparer.cs
- DataGridViewCellLinkedList.cs
- InternalBufferOverflowException.cs
- WindowsGraphics2.cs
- EntityContainer.cs
- ToolbarAUtomationPeer.cs
- XPathExpr.cs
- SharedPerformanceCounter.cs
- Pen.cs
- HttpWebResponse.cs
- SpanIndex.cs
- GC.cs
- SmtpAuthenticationManager.cs
- IsolatedStorageException.cs
- AuditLog.cs
- DependencyObject.cs
- ThumbAutomationPeer.cs
- PeerCollaborationPermission.cs
- Predicate.cs
- SamlAssertionKeyIdentifierClause.cs
- BaseProcessor.cs
- InvokeMethodActivityDesigner.cs
- WorkflowViewElement.cs
- HtmlEncodedRawTextWriter.cs
- SemanticKeyElement.cs
- NativeMethods.cs
- MarkupCompiler.cs
- SafeProcessHandle.cs
- SystemException.cs
- StyleTypedPropertyAttribute.cs
- BaseValidator.cs
- SineEase.cs
- BigIntegerStorage.cs
- ToolStripActionList.cs
- ScrollContentPresenter.cs
- FixedPageAutomationPeer.cs
- ForeignKeyFactory.cs
- FunctionUpdateCommand.cs
- TextAnchor.cs
- DetailsViewDeleteEventArgs.cs
- HtmlInputButton.cs
- objectquery_tresulttype.cs
- MultipleViewPattern.cs
- ComponentTray.cs
- FileDialogPermission.cs
- ListBox.cs
- GenerateDerivedKeyRequest.cs
- IOException.cs
- ColorMap.cs
- SimpleWebHandlerParser.cs
- RouteValueExpressionBuilder.cs
- EncodingTable.cs
- SecurityUniqueId.cs
- ReadOnlyHierarchicalDataSourceView.cs
- AssemblyUtil.cs
- PackageStore.cs
- TemplateXamlParser.cs
- DynamicDataRouteHandler.cs
- RuntimeTransactionHandle.cs
- Identity.cs
- WsdlImporter.cs
- DateTimeValueSerializer.cs
- ControlUtil.cs
- HotSpot.cs
- AudioSignalProblemOccurredEventArgs.cs
- DataViewSettingCollection.cs