Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / DesignerAdapterAttribute.cs / 1305376 / DesignerAdapterAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.ComponentModel; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * DesignerAdapter attribute. Can be attached to a control class to * provide a type reference to the adapter that should be used in the * designer. * * Copyright (c) 2000 Microsoft Corporation */ ///[ AttributeUsage(AttributeTargets.Class, Inherited=true) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class DesignerAdapterAttribute : Attribute { private readonly String _typeName; /// public DesignerAdapterAttribute(String adapterTypeName) { _typeName = adapterTypeName; } /// public DesignerAdapterAttribute(Type adapterType) { _typeName = adapterType.AssemblyQualifiedName; } /// public virtual String TypeName { get { return _typeName; } } } } // 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
- RequiredArgumentAttribute.cs
- VSWCFServiceContractGenerator.cs
- XhtmlBasicControlAdapter.cs
- DeobfuscatingStream.cs
- _DisconnectOverlappedAsyncResult.cs
- WebPartConnectionsCloseVerb.cs
- WebPartConnection.cs
- DispatcherObject.cs
- InputLanguageEventArgs.cs
- EventProviderBase.cs
- Event.cs
- KnownTypesProvider.cs
- FontInfo.cs
- DisplayMemberTemplateSelector.cs
- UriTemplate.cs
- Typeface.cs
- PerformanceCounterPermissionAttribute.cs
- EventMap.cs
- NestedContainer.cs
- ProtocolsConfiguration.cs
- CharAnimationBase.cs
- TogglePattern.cs
- EntityDataSourceDesigner.cs
- LinkUtilities.cs
- RadioButtonPopupAdapter.cs
- StoreItemCollection.cs
- RadioButtonFlatAdapter.cs
- BlurBitmapEffect.cs
- EmbeddedMailObject.cs
- OptimalBreakSession.cs
- DescriptionAttribute.cs
- EDesignUtil.cs
- LinqExpressionNormalizer.cs
- SQLBytesStorage.cs
- SuppressMergeCheckAttribute.cs
- AsymmetricSignatureFormatter.cs
- LicenseManager.cs
- HtmlInputSubmit.cs
- OrderedHashRepartitionEnumerator.cs
- QuerySetOp.cs
- XmlWriter.cs
- SimpleFieldTemplateFactory.cs
- XPathScanner.cs
- Button.cs
- ZipIOExtraFieldPaddingElement.cs
- BooleanKeyFrameCollection.cs
- ProgressBarRenderer.cs
- SpotLight.cs
- XPathSelectionIterator.cs
- EndpointDiscoveryElement.cs
- BooleanConverter.cs
- ListMarkerSourceInfo.cs
- CssTextWriter.cs
- QueueProcessor.cs
- DataGridViewCellValueEventArgs.cs
- TextProviderWrapper.cs
- GridViewUpdateEventArgs.cs
- WindowAutomationPeer.cs
- UiaCoreTypesApi.cs
- CompositeActivityMarkupSerializer.cs
- ValidatorCollection.cs
- HGlobalSafeHandle.cs
- NullRuntimeConfig.cs
- SequentialWorkflowRootDesigner.cs
- ItemCheckEvent.cs
- SystemDropShadowChrome.cs
- CustomTypeDescriptor.cs
- CodeFieldReferenceExpression.cs
- TreeIterators.cs
- StatusBar.cs
- StructuredTypeEmitter.cs
- AuthenticationService.cs
- DoubleAnimationClockResource.cs
- XamlTypeMapper.cs
- XmlCollation.cs
- FirewallWrapper.cs
- CodeTypeDeclarationCollection.cs
- Menu.cs
- BitmapFrameDecode.cs
- TaskScheduler.cs
- RecognizerBase.cs
- StrongNameIdentityPermission.cs
- NativeStructs.cs
- NonParentingControl.cs
- FlatButtonAppearance.cs
- CompilerErrorCollection.cs
- CompressEmulationStream.cs
- CodeTypeParameter.cs
- MappedMetaModel.cs
- DbParameterHelper.cs
- BlobPersonalizationState.cs
- CodeArrayCreateExpression.cs
- ListViewTableCell.cs
- SecurityMode.cs
- FieldBuilder.cs
- UpdatableWrapper.cs
- BufferModeSettings.cs
- WebPartUserCapability.cs
- LineServicesCallbacks.cs
- CallbackCorrelationInitializer.cs