Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / System / data / design / DataSourceXmlClassAttribute.cs / 1 / DataSourceXmlClassAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All Rights Reserved. // Information Contained Herein is Proprietary and Confidential. // //----------------------------------------------------------------------------- namespace System.Data.Design { using System; using System.ComponentModel; [AttributeUsage(AttributeTargets.Class)] internal sealed class DataSourceXmlClassAttribute : Attribute { private string name; internal DataSourceXmlClassAttribute(string elementName) { this.name = elementName; } public string Name { get { return name; } set { name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DPCustomTypeDescriptor.cs
- ToolStrip.cs
- AccessViolationException.cs
- HwndSourceParameters.cs
- XamlStream.cs
- AssemblyFilter.cs
- SrgsRule.cs
- RuleRef.cs
- ServiceNotStartedException.cs
- TypeSystem.cs
- CodeStatementCollection.cs
- StreamMarshaler.cs
- WsiProfilesElement.cs
- _ListenerAsyncResult.cs
- TreeViewImageIndexConverter.cs
- ControlAdapter.cs
- PackageDigitalSignatureManager.cs
- Range.cs
- CFStream.cs
- FloaterParaClient.cs
- DefinitionUpdate.cs
- DocumentSequenceHighlightLayer.cs
- ExtentCqlBlock.cs
- Int32RectConverter.cs
- SequentialOutput.cs
- ApplicationServiceManager.cs
- FixedPageAutomationPeer.cs
- RootBrowserWindowAutomationPeer.cs
- UICuesEvent.cs
- _UncName.cs
- InteropDesigner.xaml.cs
- PermissionListSet.cs
- DateTimePicker.cs
- UseLicense.cs
- Flattener.cs
- CategoryNameCollection.cs
- FormViewPagerRow.cs
- OracleSqlParser.cs
- SafeSystemMetrics.cs
- Site.cs
- HttpRawResponse.cs
- TextBoxLine.cs
- DataObjectAttribute.cs
- XmlRawWriter.cs
- SourceSwitch.cs
- IndexingContentUnit.cs
- ReflectEventDescriptor.cs
- Base64Decoder.cs
- InternalCache.cs
- StatusBar.cs
- GreaterThanOrEqual.cs
- CodeMethodReturnStatement.cs
- DSASignatureFormatter.cs
- TemplateFactory.cs
- LoginUtil.cs
- ListControlBoundActionList.cs
- RuntimeHandles.cs
- SQLBytes.cs
- PolicyStatement.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- WebColorConverter.cs
- ListViewContainer.cs
- EUCJPEncoding.cs
- ResXResourceWriter.cs
- Version.cs
- Input.cs
- FrameworkTemplate.cs
- Win32Exception.cs
- SecurityTokenAuthenticator.cs
- ServerIdentity.cs
- WriteableBitmap.cs
- HtmlLink.cs
- IdentityManager.cs
- X509Certificate2Collection.cs
- VersionedStreamOwner.cs
- ProcessStartInfo.cs
- BamlTreeNode.cs
- IisTraceWebEventProvider.cs
- MetafileHeader.cs
- RawMouseInputReport.cs
- FieldAccessException.cs
- PageRanges.cs
- XamlInt32CollectionSerializer.cs
- MessageDecoder.cs
- CompletedAsyncResult.cs
- HttpApplicationFactory.cs
- storepermission.cs
- BuildProviderAppliesToAttribute.cs
- DataGridViewRowHeaderCell.cs
- ExeContext.cs
- IOThreadScheduler.cs
- SkinBuilder.cs
- DesignerTransactionCloseEvent.cs
- HandlerWithFactory.cs
- InboundActivityHelper.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ControlDesigner.cs
- UrlMappingsModule.cs
- TextEndOfParagraph.cs
- BamlVersionHeader.cs