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
- ScrollBar.cs
- XmlElementCollection.cs
- LinkedResource.cs
- ClassGenerator.cs
- parserscommon.cs
- ProvideValueServiceProvider.cs
- CustomAttribute.cs
- CodeGeneratorOptions.cs
- CharEnumerator.cs
- DataSourceExpressionCollection.cs
- NullExtension.cs
- TraceRecords.cs
- StateBag.cs
- SqlUtils.cs
- CodeStatement.cs
- ServicePointManager.cs
- MemberAccessException.cs
- xmlfixedPageInfo.cs
- DynamicValidator.cs
- RoutedEventValueSerializer.cs
- DataGridViewImageCell.cs
- HttpCacheVaryByContentEncodings.cs
- ConfigurationElement.cs
- CompiledScopeCriteria.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- ISAPIWorkerRequest.cs
- RTLAwareMessageBox.cs
- DefaultClaimSet.cs
- FakeModelItemImpl.cs
- TabPanel.cs
- entitydatasourceentitysetnameconverter.cs
- TemplateDefinition.cs
- CompilerScopeManager.cs
- AutomationIdentifierGuids.cs
- TabControlAutomationPeer.cs
- MarshalByValueComponent.cs
- CodeArrayIndexerExpression.cs
- PageTheme.cs
- SqlEnums.cs
- QuadTree.cs
- ComponentDesigner.cs
- TextBoxLine.cs
- DataException.cs
- MatrixValueSerializer.cs
- ListViewInsertionMark.cs
- RadioButton.cs
- BinaryUtilClasses.cs
- ILGenerator.cs
- TextMarkerSource.cs
- TextDecorationCollectionConverter.cs
- OleDbFactory.cs
- Calendar.cs
- RemoteWebConfigurationHost.cs
- XmlSchema.cs
- UpdatePanelTrigger.cs
- SafeRegistryHandle.cs
- CompensateDesigner.cs
- XmlPropertyBag.cs
- HMACSHA256.cs
- TextRangeAdaptor.cs
- DataGrid.cs
- Debug.cs
- BindStream.cs
- KeyboardDevice.cs
- TypedAsyncResult.cs
- RecordManager.cs
- RSACryptoServiceProvider.cs
- AsymmetricAlgorithm.cs
- ControlUtil.cs
- XmlHierarchyData.cs
- ConstantProjectedSlot.cs
- SafeRegistryKey.cs
- Config.cs
- WrapPanel.cs
- MembershipSection.cs
- SettingsContext.cs
- SqlDataSourceTableQuery.cs
- HandleCollector.cs
- HostingEnvironmentException.cs
- MLangCodePageEncoding.cs
- DataControlExtensions.cs
- BuildDependencySet.cs
- SignatureDescription.cs
- TextServicesHost.cs
- SystemNetworkInterface.cs
- CodeDelegateCreateExpression.cs
- XmlJsonWriter.cs
- SchemaElementLookUpTable.cs
- CollectionViewGroupRoot.cs
- AtomContentProperty.cs
- MsmqMessageSerializationFormat.cs
- ValidationError.cs
- CodeCommentStatementCollection.cs
- DataBindingCollectionEditor.cs
- ItemTypeToolStripMenuItem.cs
- CookieParameter.cs
- BitmapMetadataBlob.cs
- adornercollection.cs
- MarginCollapsingState.cs
- SqlBinder.cs