Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //[....] //----------------------------------------------------------------------------- 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
- MediaScriptCommandRoutedEventArgs.cs
- ConfigurationValues.cs
- CodeEntryPointMethod.cs
- SqlConnectionPoolGroupProviderInfo.cs
- RefExpr.cs
- IssuanceLicense.cs
- DBDataPermission.cs
- DefaultHttpHandler.cs
- HttpValueCollection.cs
- XmlLanguageConverter.cs
- SurrogateSelector.cs
- ScriptBehaviorDescriptor.cs
- DeadCharTextComposition.cs
- Rfc2898DeriveBytes.cs
- OleDbConnectionFactory.cs
- PropertyGrid.cs
- ReadOnlyHierarchicalDataSource.cs
- HtmlTable.cs
- TextElementAutomationPeer.cs
- PersonalizationEntry.cs
- ScrollEvent.cs
- XmlDocumentSerializer.cs
- EpmHelper.cs
- BindingList.cs
- FormatConvertedBitmap.cs
- UpdateDelegates.Generated.cs
- MembershipValidatePasswordEventArgs.cs
- DbConnectionInternal.cs
- TreePrinter.cs
- TransformGroup.cs
- Selector.cs
- DocumentsTrace.cs
- WhiteSpaceTrimStringConverter.cs
- DataFormats.cs
- _NetRes.cs
- RawStylusActions.cs
- NTAccount.cs
- RowBinding.cs
- HtmlInputSubmit.cs
- InvalidCastException.cs
- PeerNameRecord.cs
- CmsInterop.cs
- PublisherIdentityPermission.cs
- PrimitiveXmlSerializers.cs
- WindowAutomationPeer.cs
- Menu.cs
- BatchWriter.cs
- ParameterModifier.cs
- EpmSyndicationContentSerializer.cs
- ExitEventArgs.cs
- UserMapPath.cs
- FormViewUpdateEventArgs.cs
- PropertyNames.cs
- ReadOnlyAttribute.cs
- CustomAttribute.cs
- bidPrivateBase.cs
- HostProtectionPermission.cs
- WsiProfilesElement.cs
- DeviceSpecific.cs
- CloseCollectionAsyncResult.cs
- MethodRental.cs
- TextCollapsingProperties.cs
- LassoSelectionBehavior.cs
- Label.cs
- DesignTimeHTMLTextWriter.cs
- CodeNamespaceImportCollection.cs
- StyleBamlRecordReader.cs
- Misc.cs
- DataContext.cs
- AVElementHelper.cs
- UnionCodeGroup.cs
- LoadGrammarCompletedEventArgs.cs
- TemplateControl.cs
- MultiPropertyDescriptorGridEntry.cs
- RunInstallerAttribute.cs
- DesignerGenericWebPart.cs
- Rectangle.cs
- SafeFreeMibTable.cs
- XmlSchemaAll.cs
- DocumentSequence.cs
- TemplateParser.cs
- DataObjectAttribute.cs
- CustomWebEventKey.cs
- ToolStripPanel.cs
- WmiInstallComponent.cs
- HtmlTable.cs
- ArraySegment.cs
- OpCellTreeNode.cs
- PathFigureCollection.cs
- WS2007HttpBindingElement.cs
- CreateUserWizardStep.cs
- CodeArrayIndexerExpression.cs
- UICuesEvent.cs
- ApplicationServicesHostFactory.cs
- ToolBar.cs
- SecurityDocument.cs
- StringFunctions.cs
- XmlSchemaInclude.cs
- CodeAccessSecurityEngine.cs
- GroupBox.cs