Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / RegisteredDisposeScript.cs / 1 / RegisteredDisposeScript.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public sealed class RegisteredDisposeScript { private Control _control; private UpdatePanel _parentUpdatePanel; private string _script; internal RegisteredDisposeScript(Control control, string disposeScript, UpdatePanel parentUpdatePanel) { Debug.Assert(control != null); Debug.Assert(disposeScript != null); Debug.Assert(parentUpdatePanel != null); _control = control; _script = disposeScript; _parentUpdatePanel = parentUpdatePanel; } public Control Control { get { return _control; } } public string Script { get { return _script; } } internal UpdatePanel ParentUpdatePanel { get { return _parentUpdatePanel; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public sealed class RegisteredDisposeScript { private Control _control; private UpdatePanel _parentUpdatePanel; private string _script; internal RegisteredDisposeScript(Control control, string disposeScript, UpdatePanel parentUpdatePanel) { Debug.Assert(control != null); Debug.Assert(disposeScript != null); Debug.Assert(parentUpdatePanel != null); _control = control; _script = disposeScript; _parentUpdatePanel = parentUpdatePanel; } public Control Control { get { return _control; } } public string Script { get { return _script; } } internal UpdatePanel ParentUpdatePanel { get { return _parentUpdatePanel; } } } } // 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
- ProjectionCamera.cs
- HelpEvent.cs
- ParsedAttributeCollection.cs
- BaseServiceProvider.cs
- SlotInfo.cs
- WebServiceMethodData.cs
- StorageSetMapping.cs
- PanelContainerDesigner.cs
- Peer.cs
- ApplyTemplatesAction.cs
- HtmlImage.cs
- HttpCapabilitiesSectionHandler.cs
- DataRelationCollection.cs
- ValidationErrorCollection.cs
- IPGlobalProperties.cs
- HtmlLink.cs
- PenThreadPool.cs
- JournalEntryStack.cs
- SoapAttributeOverrides.cs
- XmlAttributeProperties.cs
- XmlAttributeCache.cs
- SafeNativeMethods.cs
- XhtmlBasicPhoneCallAdapter.cs
- ExpressionBuilder.cs
- RectangleF.cs
- XmlAnyAttributeAttribute.cs
- IdentitySection.cs
- TemplateNameScope.cs
- RestHandlerFactory.cs
- EntityDescriptor.cs
- TableParagraph.cs
- RelationshipEndCollection.cs
- ValidatingReaderNodeData.cs
- GraphicsState.cs
- XmlChoiceIdentifierAttribute.cs
- ParallelTimeline.cs
- SecurityElement.cs
- WebServiceHostFactory.cs
- ParameterEditorUserControl.cs
- ElasticEase.cs
- AppDomainAttributes.cs
- CodeIdentifier.cs
- Int32KeyFrameCollection.cs
- SplitterPanel.cs
- ConfigurationManagerInternalFactory.cs
- QueryResult.cs
- Rule.cs
- SessionStateContainer.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- XamlStackWriter.cs
- ArraySet.cs
- ImageMap.cs
- NegationPusher.cs
- PropertyEntry.cs
- FragmentQueryKB.cs
- BinaryFormatterWriter.cs
- DataSourceHelper.cs
- IERequestCache.cs
- FileSystemInfo.cs
- XmlEntity.cs
- DetailsViewPagerRow.cs
- ProviderException.cs
- WebServiceTypeData.cs
- ResetableIterator.cs
- PingOptions.cs
- _BaseOverlappedAsyncResult.cs
- ContentPosition.cs
- DataControlExtensions.cs
- CommandLineParser.cs
- KeyNotFoundException.cs
- WorkflowApplication.cs
- ManipulationDevice.cs
- PrintPreviewGraphics.cs
- iisPickupDirectory.cs
- DataSourceHelper.cs
- SchemaLookupTable.cs
- ZoneButton.cs
- COM2IDispatchConverter.cs
- LocationEnvironment.cs
- CheckBoxPopupAdapter.cs
- InvokeHandlers.cs
- ListViewItem.cs
- ToolZone.cs
- XmlTypeAttribute.cs
- ApplicationServiceManager.cs
- TextBoxBase.cs
- DemultiplexingClientMessageFormatter.cs
- SessionViewState.cs
- X509Utils.cs
- _IPv4Address.cs
- DeviceContext.cs
- MetricEntry.cs
- PreservationFileWriter.cs
- CustomAttributeSerializer.cs
- CircleHotSpot.cs
- FacetChecker.cs
- ping.cs
- InvalidComObjectException.cs
- FixUp.cs
- InfocardExtendedInformationCollection.cs