Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / DesignTimeResourceProviderFactoryAttribute.cs / 1305376 / DesignTimeResourceProviderFactoryAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] public sealed class DesignTimeResourceProviderFactoryAttribute : Attribute { private string _factoryTypeName; public DesignTimeResourceProviderFactoryAttribute(Type factoryType) { _factoryTypeName = factoryType.AssemblyQualifiedName; } public DesignTimeResourceProviderFactoryAttribute(string factoryTypeName) { _factoryTypeName = factoryTypeName; } public string FactoryTypeName { get { return _factoryTypeName; } } public override bool IsDefaultAttribute() { return (_factoryTypeName == null); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Allows a ResourceProviderFactory to specify the type of the associated /// DesignTimeResourceProviderFactory. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContentElementAutomationPeer.cs
- BookmarkEventArgs.cs
- NetCodeGroup.cs
- GridViewRowCollection.cs
- wmiprovider.cs
- KeyboardDevice.cs
- Expression.cs
- ViewCellSlot.cs
- BasicKeyConstraint.cs
- xmlglyphRunInfo.cs
- DataGridPreparingCellForEditEventArgs.cs
- ItemsPresenter.cs
- MSAAEventDispatcher.cs
- SqlDataSourceFilteringEventArgs.cs
- ExternalFile.cs
- DataGridColumnHeaderAutomationPeer.cs
- GeneralTransformGroup.cs
- Funcletizer.cs
- CompositeFontInfo.cs
- TrustManagerPromptUI.cs
- BamlLocalizer.cs
- TextRangeEdit.cs
- Application.cs
- DataControlCommands.cs
- DeclaredTypeElement.cs
- XmlSchemaAny.cs
- DataGridState.cs
- Win32Native.cs
- GridViewColumnHeader.cs
- InheritanceRules.cs
- ColumnCollection.cs
- EntityContainerAssociationSetEnd.cs
- TemplateModeChangedEventArgs.cs
- ObjectMemberMapping.cs
- MappingItemCollection.cs
- AccessedThroughPropertyAttribute.cs
- TextComposition.cs
- RequestQueue.cs
- TextRangeProviderWrapper.cs
- EventLogPermissionEntryCollection.cs
- UTF32Encoding.cs
- RowToParametersTransformer.cs
- ProxyGenerationError.cs
- GeneralTransform3D.cs
- SmtpTransport.cs
- WebEvents.cs
- StylusPointPropertyInfo.cs
- ToolStripDropTargetManager.cs
- TextStore.cs
- WindowsFormsSectionHandler.cs
- List.cs
- _HelperAsyncResults.cs
- CodeExporter.cs
- VectorAnimationUsingKeyFrames.cs
- CreateUserWizardStep.cs
- CaseCqlBlock.cs
- XmlSerializer.cs
- DocobjHost.cs
- RegexCompilationInfo.cs
- XslVisitor.cs
- SpellCheck.cs
- BufferModeSettings.cs
- ConfigUtil.cs
- TextReader.cs
- ModifierKeysValueSerializer.cs
- ObjectStateManagerMetadata.cs
- DataKey.cs
- DotExpr.cs
- HtmlTitle.cs
- TableCellCollection.cs
- TextRangeProviderWrapper.cs
- UnmanagedHandle.cs
- InvalidCommandTreeException.cs
- SafeReadContext.cs
- HttpFileCollection.cs
- StrongNameUtility.cs
- TextElementCollection.cs
- FactoryGenerator.cs
- HttpCapabilitiesSectionHandler.cs
- SQLBinary.cs
- MediaTimeline.cs
- PeerApplicationLaunchInfo.cs
- Condition.cs
- ComEventsMethod.cs
- AttributeCollection.cs
- DesignerDataRelationship.cs
- ManifestSignatureInformation.cs
- WindowsImpersonationContext.cs
- URLAttribute.cs
- SoapSchemaMember.cs
- ConfigXmlReader.cs
- MappingException.cs
- DeferredBinaryDeserializerExtension.cs
- SchemaImporterExtension.cs
- CellLabel.cs
- StaticTextPointer.cs
- HelpInfo.cs
- SmiContext.cs
- SQLByte.cs
- CapabilitiesRule.cs