Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartAuthorizationEventArgs.cs / 1 / WebPartAuthorizationEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class WebPartAuthorizationEventArgs : EventArgs { private Type _type; private string _path; private string _authorizationFilter; private bool _isShared; private bool _isAuthorized; public WebPartAuthorizationEventArgs(Type type, string path, string authorizationFilter, bool isShared) { _type = type; _path = path; _authorizationFilter = authorizationFilter; _isShared = isShared; _isAuthorized = true; } public string AuthorizationFilter { get { return _authorizationFilter; } } public bool IsAuthorized { get { return _isAuthorized; } set { _isAuthorized = value; } } public bool IsShared { get { return _isShared; } } public string Path { get { return _path; } } public Type Type { get { return _type; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class WebPartAuthorizationEventArgs : EventArgs { private Type _type; private string _path; private string _authorizationFilter; private bool _isShared; private bool _isAuthorized; public WebPartAuthorizationEventArgs(Type type, string path, string authorizationFilter, bool isShared) { _type = type; _path = path; _authorizationFilter = authorizationFilter; _isShared = isShared; _isAuthorized = true; } public string AuthorizationFilter { get { return _authorizationFilter; } } public bool IsAuthorized { get { return _isAuthorized; } set { _isAuthorized = value; } } public bool IsShared { get { return _isShared; } } public string Path { get { return _path; } } public Type Type { get { return _type; } } } } // 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
- WindowsStreamSecurityUpgradeProvider.cs
- NewItemsContextMenuStrip.cs
- TemplatePropertyEntry.cs
- Model3DCollection.cs
- PenContext.cs
- Adorner.cs
- FileDialogPermission.cs
- Content.cs
- ConfigurationValidatorBase.cs
- Facet.cs
- MatrixUtil.cs
- _CommandStream.cs
- ImageMapEventArgs.cs
- WriteTimeStream.cs
- TextInfo.cs
- ProcessHost.cs
- HeaderPanel.cs
- PassportAuthenticationModule.cs
- ThreadWorkerController.cs
- _CacheStreams.cs
- SuppressMessageAttribute.cs
- BigInt.cs
- GlyphTypeface.cs
- ContractBase.cs
- WasHostedComPlusFactory.cs
- SafeNativeMethods.cs
- IImplicitResourceProvider.cs
- ReferenceCountedObject.cs
- MulticastIPAddressInformationCollection.cs
- XamlFilter.cs
- ConvertEvent.cs
- WebConfigurationManager.cs
- SoapFault.cs
- PeerCustomResolverElement.cs
- EnumValidator.cs
- BamlRecords.cs
- DataGridPagerStyle.cs
- Helpers.cs
- COMException.cs
- WebBrowserNavigatingEventHandler.cs
- RegistryConfigurationProvider.cs
- SqlDependencyUtils.cs
- Error.cs
- ProfileProvider.cs
- SQLInt64Storage.cs
- PhonemeConverter.cs
- ObjectDataSourceMethodEventArgs.cs
- HostedTcpTransportManager.cs
- CurrencyManager.cs
- ParsedAttributeCollection.cs
- SimpleHandlerBuildProvider.cs
- XmlFormatExtensionPrefixAttribute.cs
- SystemInfo.cs
- MenuCommand.cs
- SqlNode.cs
- InputScope.cs
- HttpCapabilitiesEvaluator.cs
- NativeMethods.cs
- SortDescriptionCollection.cs
- ApplicationContext.cs
- IisTraceWebEventProvider.cs
- SkewTransform.cs
- RadioButton.cs
- DesignerVerb.cs
- DefaultPropertyAttribute.cs
- SimpleTypesSurrogate.cs
- XmlValidatingReader.cs
- ReadContentAsBinaryHelper.cs
- GridViewItemAutomationPeer.cs
- PropertyItem.cs
- PartialCachingAttribute.cs
- EntityContainerRelationshipSetEnd.cs
- RegionInfo.cs
- KeyValueSerializer.cs
- QilScopedVisitor.cs
- HtmlString.cs
- ScrollData.cs
- Freezable.cs
- List.cs
- PropertyToken.cs
- IndentedWriter.cs
- HttpApplication.cs
- Parser.cs
- ToolStripProgressBar.cs
- HttpContext.cs
- HashFinalRequest.cs
- TagMapInfo.cs
- ObjectListFieldsPage.cs
- XPathSelfQuery.cs
- MailMessage.cs
- StoreItemCollection.Loader.cs
- DrawingCollection.cs
- SqlMultiplexer.cs
- Token.cs
- TemplateBindingExpressionConverter.cs
- ObjectIDGenerator.cs
- PrintDialog.cs
- XmlSerializer.cs
- ProvidePropertyAttribute.cs
- DrawingGroup.cs