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
- UnknownBitmapDecoder.cs
- SmiConnection.cs
- CheckBox.cs
- PageBuildProvider.cs
- BufferModeSettings.cs
- CodeMemberProperty.cs
- XPathConvert.cs
- XmlElement.cs
- ElementNotAvailableException.cs
- DataViewManager.cs
- MenuBindingsEditorForm.cs
- XmlSchemaComplexType.cs
- MultiAsyncResult.cs
- BrowserCapabilitiesFactory35.cs
- Geometry.cs
- TransportReplyChannelAcceptor.cs
- InputScopeConverter.cs
- StreamUpdate.cs
- InheritanceAttribute.cs
- recordstatescratchpad.cs
- MapPathBasedVirtualPathProvider.cs
- DataServiceHostWrapper.cs
- RuntimeHelpers.cs
- CompModSwitches.cs
- LinearGradientBrush.cs
- NegotiateStream.cs
- MachineKeyValidationConverter.cs
- XmlSerializationReader.cs
- InputDevice.cs
- CatalogZoneBase.cs
- ContextMenu.cs
- FigureParaClient.cs
- ResourceWriter.cs
- WorkflowOwnershipException.cs
- XAMLParseException.cs
- PerformanceCounterCategory.cs
- SymbolType.cs
- ProviderMetadata.cs
- GraphicsContainer.cs
- BorderGapMaskConverter.cs
- BooleanAnimationBase.cs
- ValidationEventArgs.cs
- Panel.cs
- _ListenerResponseStream.cs
- DeviceSpecificDialogCachedState.cs
- XmlEnumAttribute.cs
- TrackingMemoryStream.cs
- ColorDialog.cs
- MobileListItem.cs
- TimeSpanValidatorAttribute.cs
- WebCategoryAttribute.cs
- DataAccessor.cs
- GregorianCalendarHelper.cs
- NetworkInformationPermission.cs
- RangeExpression.cs
- ListDictionary.cs
- FocusTracker.cs
- StylusPointPropertyUnit.cs
- ItemCollection.cs
- XmlKeywords.cs
- SqlDataSourceCommandEventArgs.cs
- FlowPanelDesigner.cs
- QueryCacheKey.cs
- SemaphoreSecurity.cs
- IndentedTextWriter.cs
- DetailsView.cs
- EdmEntityTypeAttribute.cs
- HttpHandlersSection.cs
- DataSpaceManager.cs
- TableLayoutPanelResizeGlyph.cs
- ConfigurationSection.cs
- PrimaryKeyTypeConverter.cs
- RelationshipEnd.cs
- EncodingNLS.cs
- HttpCookie.cs
- RadialGradientBrush.cs
- RegexWorker.cs
- HelpInfo.cs
- TextAnchor.cs
- PeekCompletedEventArgs.cs
- Button.cs
- _NetRes.cs
- And.cs
- RelationshipEndCollection.cs
- EditorPartCollection.cs
- MemberInitExpression.cs
- AmbientValueAttribute.cs
- MultiByteCodec.cs
- UniqueEventHelper.cs
- _IPv4Address.cs
- XmlILStorageConverter.cs
- OdbcConnectionString.cs
- SqlTriggerContext.cs
- CoTaskMemHandle.cs
- InternalBufferOverflowException.cs
- filewebresponse.cs
- DaylightTime.cs
- PageAsyncTask.cs
- LinkLabelLinkClickedEvent.cs
- RichTextBoxDesigner.cs