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
- SessionStateUtil.cs
- InvalidOleVariantTypeException.cs
- ResourceDefaultValueAttribute.cs
- OptimizedTemplateContent.cs
- CategoryNameCollection.cs
- SystemIPInterfaceStatistics.cs
- SignedXml.cs
- MailWriter.cs
- QueueProcessor.cs
- ToolStripStatusLabel.cs
- CommandValueSerializer.cs
- ProtocolsSection.cs
- XmlNodeReader.cs
- GetLedgerEntryForRecipientRequest.cs
- CodeArrayCreateExpression.cs
- DispatchRuntime.cs
- ObjectContext.cs
- TerminatorSinks.cs
- ColorConvertedBitmapExtension.cs
- EdmType.cs
- DocumentOrderQuery.cs
- Interop.cs
- ImageBrush.cs
- QueryGenerator.cs
- Privilege.cs
- PropertyGeneratedEventArgs.cs
- DefaultParameterValueAttribute.cs
- TextInfo.cs
- ForEachAction.cs
- MinimizableAttributeTypeConverter.cs
- ClientSettingsProvider.cs
- EdmTypeAttribute.cs
- Delegate.cs
- BindingGroup.cs
- TextControlDesigner.cs
- TextBounds.cs
- EventRecordWrittenEventArgs.cs
- List.cs
- MatchingStyle.cs
- Imaging.cs
- CalendarSelectionChangedEventArgs.cs
- NavigationProperty.cs
- Content.cs
- SmiConnection.cs
- SAPICategories.cs
- BuildProvidersCompiler.cs
- FontFamily.cs
- ClipboardData.cs
- ComponentEditorPage.cs
- RTLAwareMessageBox.cs
- DesignerPainter.cs
- PenContexts.cs
- Comparer.cs
- KnownTypesHelper.cs
- AppendHelper.cs
- SqlWriter.cs
- ResourceDescriptionAttribute.cs
- safemediahandle.cs
- ResourceBinder.cs
- COSERVERINFO.cs
- CalendarDesigner.cs
- Relationship.cs
- StringSorter.cs
- WebDescriptionAttribute.cs
- SchemaTableColumn.cs
- SBCSCodePageEncoding.cs
- EventBuilder.cs
- OpenFileDialog.cs
- ProofTokenCryptoHandle.cs
- DiscoveryMessageSequenceCD1.cs
- SerializationInfoEnumerator.cs
- Roles.cs
- cookie.cs
- CultureTableRecord.cs
- LinearGradientBrush.cs
- SqlProcedureAttribute.cs
- Context.cs
- KeyboardEventArgs.cs
- PresentationAppDomainManager.cs
- AutoSizeComboBox.cs
- XmlSchemaExternal.cs
- ListViewSortEventArgs.cs
- RegexCaptureCollection.cs
- DocumentReference.cs
- Zone.cs
- SafeSecurityHandles.cs
- HandlerBase.cs
- TrustManagerMoreInformation.cs
- MemberDomainMap.cs
- EntityRecordInfo.cs
- StreamWriter.cs
- WizardPanelChangingEventArgs.cs
- PropertyMapper.cs
- Viewport3DVisual.cs
- LeaseManager.cs
- PartitionResolver.cs
- TimeStampChecker.cs
- InvalidAsynchronousStateException.cs
- HandlerBase.cs
- PlainXmlSerializer.cs