Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- Quack.cs
- SystemKeyConverter.cs
- DashStyle.cs
- MyContact.cs
- SmtpTransport.cs
- StateWorkerRequest.cs
- FastPropertyAccessor.cs
- DataGridColumn.cs
- ExtenderProvidedPropertyAttribute.cs
- DataControlImageButton.cs
- ApplicationServiceManager.cs
- AnimatedTypeHelpers.cs
- TreeNodeSelectionProcessor.cs
- LoginName.cs
- WinInet.cs
- DataGridColumnHeader.cs
- XmlnsCompatibleWithAttribute.cs
- DoubleIndependentAnimationStorage.cs
- FixedTextView.cs
- IndexingContentUnit.cs
- HtmlControl.cs
- DataListItemEventArgs.cs
- ZoneMembershipCondition.cs
- SqlXmlStorage.cs
- OpCopier.cs
- WebServiceErrorEvent.cs
- DispatcherObject.cs
- WizardPanelChangingEventArgs.cs
- RegexStringValidatorAttribute.cs
- ObjectTokenCategory.cs
- FixedTextContainer.cs
- CopyAttributesAction.cs
- Vector3DConverter.cs
- SizeAnimation.cs
- MessageSmuggler.cs
- ConnectionManagementElementCollection.cs
- sqlser.cs
- WCFModelStrings.Designer.cs
- AuthenticationException.cs
- BindingValueChangedEventArgs.cs
- OracleMonthSpan.cs
- DateTimeParse.cs
- XmlAttributeAttribute.cs
- TcpTransportBindingElement.cs
- TextBoxAutoCompleteSourceConverter.cs
- precedingsibling.cs
- CodeThrowExceptionStatement.cs
- ProfileSettingsCollection.cs
- HMAC.cs
- ColumnReorderedEventArgs.cs
- RowBinding.cs
- WebScriptMetadataMessage.cs
- IntegerCollectionEditor.cs
- SymbolDocumentInfo.cs
- DetailsViewDeleteEventArgs.cs
- EditorZoneBase.cs
- XmlSerializerAssemblyAttribute.cs
- Encoder.cs
- DataContractSerializerOperationFormatter.cs
- StagingAreaInputItem.cs
- figurelength.cs
- FunctionImportElement.cs
- DataGridColumnsPage.cs
- ExpressionReplacer.cs
- XmlQueryTypeFactory.cs
- ValueSerializerAttribute.cs
- Atom10FeedFormatter.cs
- ClientEventManager.cs
- DocumentPaginator.cs
- BitmapImage.cs
- DataSourceXmlElementAttribute.cs
- CodeDirectionExpression.cs
- EditorPartCollection.cs
- WindowsRichEdit.cs
- FormatSettings.cs
- SmiXetterAccessMap.cs
- X509ScopedServiceCertificateElement.cs
- RuleDefinitions.cs
- ObjectStateEntryDbDataRecord.cs
- FixedDocumentPaginator.cs
- BindingOperations.cs
- DbConnectionClosed.cs
- CompilationPass2TaskInternal.cs
- PageThemeBuildProvider.cs
- DSASignatureDeformatter.cs
- DocumentSequenceHighlightLayer.cs
- XmlUrlResolver.cs
- XMLDiffLoader.cs
- SystemException.cs
- XPathNode.cs
- WebBrowserNavigatingEventHandler.cs
- JavaScriptSerializer.cs
- ValidationPropertyAttribute.cs
- SynchronizationContext.cs
- XmlSchemaGroup.cs
- XmlIgnoreAttribute.cs
- LocalFileSettingsProvider.cs
- ContextStaticAttribute.cs
- DataObject.cs
- TileBrush.cs