Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / ScriptDescriptor.cs / 1305376 / ScriptDescriptor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Diagnostics.CodeAnalysis; using System.Web; public abstract class ScriptDescriptor { [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Implementation will likely be too slow for a property")] protected internal abstract string GetScript(); internal virtual void RegisterDisposeForDescriptor(ScriptManager scriptManager, Control owner) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Diagnostics.CodeAnalysis; using System.Web; public abstract class ScriptDescriptor { [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Implementation will likely be too slow for a property")] protected internal abstract string GetScript(); internal virtual void RegisterDisposeForDescriptor(ScriptManager scriptManager, Control owner) { } } } // 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
- DataGridViewCellMouseEventArgs.cs
- WorkflowRuntimeSection.cs
- StringUtil.cs
- XmlArrayItemAttributes.cs
- ConstraintEnumerator.cs
- UserThread.cs
- RSACryptoServiceProvider.cs
- SmiMetaData.cs
- TextBreakpoint.cs
- GeneralTransform3DGroup.cs
- StreamSecurityUpgradeInitiatorBase.cs
- ObjectConverter.cs
- OptimisticConcurrencyException.cs
- ArrayExtension.cs
- DataGridViewIntLinkedList.cs
- MeshGeometry3D.cs
- XmlSchemaValidator.cs
- Descriptor.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- XmlnsDictionary.cs
- LocalizationParserHooks.cs
- Registry.cs
- JournalEntryListConverter.cs
- ApplicationServiceHelper.cs
- SoapReflectionImporter.cs
- ClientCultureInfo.cs
- Debug.cs
- PresentationAppDomainManager.cs
- ScrollItemPattern.cs
- MsmqChannelFactory.cs
- BasicCellRelation.cs
- XmlQueryStaticData.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- StringComparer.cs
- UriSection.cs
- OdbcConnectionHandle.cs
- CompilerResults.cs
- ProcessHostServerConfig.cs
- AuthorizationSection.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- X509Utils.cs
- BindingGroup.cs
- URLIdentityPermission.cs
- BitStream.cs
- CharAnimationUsingKeyFrames.cs
- MethodImplAttribute.cs
- RootBuilder.cs
- RecordManager.cs
- RotateTransform3D.cs
- HierarchicalDataSourceControl.cs
- AutomationEvent.cs
- CopyAttributesAction.cs
- ListMarkerLine.cs
- ResourceDictionary.cs
- ChannelListenerBase.cs
- SoapRpcServiceAttribute.cs
- TypeExtensionConverter.cs
- GeometryHitTestParameters.cs
- AnnotationMap.cs
- cryptoapiTransform.cs
- XmlObjectSerializerReadContextComplexJson.cs
- TabControlAutomationPeer.cs
- UnsafeNativeMethods.cs
- MarkupCompilePass1.cs
- LinkClickEvent.cs
- EncryptedKey.cs
- ColorIndependentAnimationStorage.cs
- _ListenerRequestStream.cs
- _AcceptOverlappedAsyncResult.cs
- ContentElement.cs
- _OverlappedAsyncResult.cs
- BuildResult.cs
- StringStorage.cs
- RecognizedWordUnit.cs
- IdentifierCollection.cs
- CheckedListBox.cs
- XPathScanner.cs
- WebPartConnectionCollection.cs
- Clock.cs
- BackStopAuthenticationModule.cs
- ScrollItemPattern.cs
- SelectorAutomationPeer.cs
- InProcStateClientManager.cs
- SignatureDescription.cs
- PersonalizationState.cs
- Canvas.cs
- TimeSpanStorage.cs
- QueryOperator.cs
- ScriptServiceAttribute.cs
- DesignerObjectListAdapter.cs
- InitializationEventAttribute.cs
- WeakReadOnlyCollection.cs
- ComponentEditorPage.cs
- XamlSerializerUtil.cs
- CrossAppDomainChannel.cs
- StdValidatorsAndConverters.cs
- HttpDebugHandler.cs
- DiscoveryReference.cs
- OdbcErrorCollection.cs
- DoubleStorage.cs