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
- EdmType.cs
- AnonymousIdentificationModule.cs
- Tracking.cs
- SystemResourceKey.cs
- PointAnimation.cs
- CatalogZoneBase.cs
- KnownAssemblyEntry.cs
- ExpressionBindings.cs
- LayoutTableCell.cs
- BCLDebug.cs
- MetadataItemEmitter.cs
- SectionXmlInfo.cs
- WebPartTransformerCollection.cs
- Span.cs
- UrlAuthFailureHandler.cs
- PermissionAttributes.cs
- Color.cs
- LockCookie.cs
- HatchBrush.cs
- AppDomainProtocolHandler.cs
- ConnectionInterfaceCollection.cs
- ThrowHelper.cs
- Attributes.cs
- SqlServices.cs
- StateMachineDesignerPaint.cs
- FixedDocument.cs
- Membership.cs
- MsmqHostedTransportManager.cs
- PrePostDescendentsWalker.cs
- Substitution.cs
- Nullable.cs
- CommonRemoteMemoryBlock.cs
- OraclePermissionAttribute.cs
- XamlVector3DCollectionSerializer.cs
- LostFocusEventManager.cs
- AssociationSet.cs
- RegexNode.cs
- SelectedGridItemChangedEvent.cs
- Label.cs
- EditingCoordinator.cs
- RangeBaseAutomationPeer.cs
- ExpressionNode.cs
- RepeaterItemEventArgs.cs
- ConnectionOrientedTransportChannelListener.cs
- StatusBarItemAutomationPeer.cs
- EncryptedData.cs
- BehaviorDragDropEventArgs.cs
- DataGridViewColumn.cs
- ProtectedProviderSettings.cs
- ReadOnlyCollection.cs
- QilChoice.cs
- ObjectListDataBindEventArgs.cs
- RealProxy.cs
- ContainerAction.cs
- XmlValidatingReader.cs
- HttpConfigurationContext.cs
- AffineTransform3D.cs
- DesignerSerializationVisibilityAttribute.cs
- DataGridViewColumnStateChangedEventArgs.cs
- GenericWebPart.cs
- WebSysDescriptionAttribute.cs
- FaultDesigner.cs
- WhereQueryOperator.cs
- PasswordPropertyTextAttribute.cs
- WebColorConverter.cs
- ProviderSettingsCollection.cs
- ColumnCollection.cs
- XmlSignatureManifest.cs
- WebPartEventArgs.cs
- EastAsianLunisolarCalendar.cs
- ExeContext.cs
- DataGridViewColumn.cs
- PersonalizationStateQuery.cs
- SqlBulkCopy.cs
- SelectedDatesCollection.cs
- DispatchWrapper.cs
- LinkConverter.cs
- AccessDataSourceView.cs
- HistoryEventArgs.cs
- ServiceOperationParameter.cs
- OciLobLocator.cs
- MappingModelBuildProvider.cs
- LiteralSubsegment.cs
- XmlSchemaAttributeGroup.cs
- DataSvcMapFile.cs
- HexParser.cs
- ClientBuildManager.cs
- RequiredFieldValidator.cs
- DateTimeUtil.cs
- TypefaceCollection.cs
- DrawingAttributesDefaultValueFactory.cs
- SqlParameter.cs
- KeyToListMap.cs
- DataObjectSettingDataEventArgs.cs
- RegisteredArrayDeclaration.cs
- BoundField.cs
- XsltOutput.cs
- EditorPartChrome.cs
- SharedHttpsTransportManager.cs
- TrackingCondition.cs