Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAttributeGroupRef.cs / 1 / XmlSchemaAttributeGroupRef.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated { XmlQualifiedName refName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("ref")] public XmlQualifiedName RefName { get { return refName; } set { refName = (value == null ? XmlQualifiedName.Empty : value); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated { XmlQualifiedName refName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("ref")] public XmlQualifiedName RefName { get { return refName; } set { refName = (value == null ? XmlQualifiedName.Empty : value); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RelationshipWrapper.cs
- diagnosticsswitches.cs
- DiagnosticEventProvider.cs
- C14NUtil.cs
- GenericsInstances.cs
- mediaclock.cs
- XamlWriterExtensions.cs
- AssemblyBuilderData.cs
- dataobject.cs
- ISCIIEncoding.cs
- EntityDataSourceStatementEditor.cs
- ServiceProviders.cs
- TrustManagerMoreInformation.cs
- InvariantComparer.cs
- EnumerableWrapperWeakToStrong.cs
- BufferedStream2.cs
- WmlCommandAdapter.cs
- CellTreeNodeVisitors.cs
- FrugalList.cs
- Rect3D.cs
- Activity.cs
- ScriptServiceAttribute.cs
- SchemaTableOptionalColumn.cs
- DBConnectionString.cs
- Stroke2.cs
- SiteMapHierarchicalDataSourceView.cs
- CodeTypeReference.cs
- ToolStripPanelRenderEventArgs.cs
- VersionedStreamOwner.cs
- WebException.cs
- ListViewItem.cs
- DecoderExceptionFallback.cs
- KeyConstraint.cs
- DataSourceXmlSubItemAttribute.cs
- MetadataElement.cs
- QilReplaceVisitor.cs
- RemotingAttributes.cs
- ContainsRowNumberChecker.cs
- _CommandStream.cs
- XsltQilFactory.cs
- HttpValueCollection.cs
- BindingWorker.cs
- BuildProviderCollection.cs
- SchemaNotation.cs
- AuthenticationService.cs
- ExpandCollapseProviderWrapper.cs
- Timer.cs
- CodeMemberEvent.cs
- GeneralTransform3D.cs
- DefaultPrintController.cs
- WebEventCodes.cs
- ZipIOCentralDirectoryBlock.cs
- HttpWebRequestElement.cs
- TemplateControlParser.cs
- DataListItemCollection.cs
- DynamicDiscoSearcher.cs
- SerializationSectionGroup.cs
- ReaderWriterLockSlim.cs
- DesignerActionUIStateChangeEventArgs.cs
- AsymmetricCryptoHandle.cs
- RawUIStateInputReport.cs
- DictionaryEntry.cs
- RestHandler.cs
- ColorContextHelper.cs
- ItemCheckedEvent.cs
- SqlFormatter.cs
- ResourceDescriptionAttribute.cs
- TCPListener.cs
- LicenseContext.cs
- Sql8ConformanceChecker.cs
- RestHandler.cs
- UnsafeNativeMethods.cs
- LoginCancelEventArgs.cs
- ExtendedPropertyDescriptor.cs
- CapabilitiesSection.cs
- HtmlInputButton.cs
- ProviderSettingsCollection.cs
- XMLUtil.cs
- UInt32Converter.cs
- SamlSubjectStatement.cs
- selecteditemcollection.cs
- FixedSOMPageElement.cs
- HtmlEncodedRawTextWriter.cs
- TypeSystemProvider.cs
- DataGridViewEditingControlShowingEventArgs.cs
- SqlBuilder.cs
- ValidatorCompatibilityHelper.cs
- ChannelFactoryBase.cs
- StreamInfo.cs
- KeyGestureValueSerializer.cs
- MissingFieldException.cs
- AdornerHitTestResult.cs
- ObjectListComponentEditor.cs
- ToolStripContentPanelDesigner.cs
- MemoryMappedViewAccessor.cs
- CqlWriter.cs
- ContextMenuStrip.cs
- MediaEntryAttribute.cs
- InfocardClientCredentials.cs
- FilteredSchemaElementLookUpTable.cs