Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Profile / HttpProfileGroupBase.cs / 1 / HttpProfileGroupBase.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * ProfileGroupBase * * Copyright (c) 2002 Microsoft Corporation */ namespace System.Web.Profile { using System.Security.Principal; using System.Security.Permissions; using System.Collections; using System.Collections.Specialized; using System.Web.Configuration; using System.Web.Util; using System.Web.Security; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ProfileGroupBase { public object this[string propertyName] { get { return _Parent[_MyName + propertyName];} set { _Parent[_MyName + propertyName] = value; } } public object GetPropertyValue(string propertyName) { return _Parent[_MyName + propertyName]; } public void SetPropertyValue(string propertyName, object propertyValue) { _Parent[_MyName + propertyName] = propertyValue; } //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// public ProfileGroupBase() { _Parent = null; _MyName = null; } public void Init(ProfileBase parent, string myName) { if (_Parent == null) { _Parent = parent; _MyName = myName + "."; } } private string _MyName; private ProfileBase _Parent; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * ProfileGroupBase * * Copyright (c) 2002 Microsoft Corporation */ namespace System.Web.Profile { using System.Security.Principal; using System.Security.Permissions; using System.Collections; using System.Collections.Specialized; using System.Web.Configuration; using System.Web.Util; using System.Web.Security; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ProfileGroupBase { public object this[string propertyName] { get { return _Parent[_MyName + propertyName];} set { _Parent[_MyName + propertyName] = value; } } public object GetPropertyValue(string propertyName) { return _Parent[_MyName + propertyName]; } public void SetPropertyValue(string propertyName, object propertyValue) { _Parent[_MyName + propertyName] = propertyValue; } //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// public ProfileGroupBase() { _Parent = null; _MyName = null; } public void Init(ProfileBase parent, string myName) { if (_Parent == null) { _Parent = parent; _MyName = myName + "."; } } private string _MyName; private ProfileBase _Parent; } } // 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
- HideDisabledControlAdapter.cs
- BindingWorker.cs
- SafeTimerHandle.cs
- SubMenuStyle.cs
- TextTreeNode.cs
- TransformerInfoCollection.cs
- ProfilePropertyNameValidator.cs
- HealthMonitoringSectionHelper.cs
- BinHexEncoder.cs
- TextLineResult.cs
- ExpressionBindingCollection.cs
- DisposableCollectionWrapper.cs
- AssemblyCache.cs
- ReferenceService.cs
- ToolBarTray.cs
- ToolBarButton.cs
- ISCIIEncoding.cs
- TextBoxDesigner.cs
- PriorityRange.cs
- XmlQualifiedName.cs
- StringToken.cs
- OrderedParallelQuery.cs
- SettingsProperty.cs
- ProfileSettings.cs
- CustomErrorCollection.cs
- MD5Cng.cs
- ViewPort3D.cs
- CompositionTarget.cs
- MdImport.cs
- SoapObjectWriter.cs
- EntityEntry.cs
- FilterQuery.cs
- PathSegment.cs
- MetadataPropertyvalue.cs
- MethodCallConverter.cs
- ViewPort3D.cs
- SqlFunctions.cs
- ApplicationSettingsBase.cs
- AccessedThroughPropertyAttribute.cs
- GeneralTransformGroup.cs
- SchemaDeclBase.cs
- Rect3DValueSerializer.cs
- AmbientLight.cs
- RangeValidator.cs
- ErrorFormatterPage.cs
- WebPartTransformerCollection.cs
- URLMembershipCondition.cs
- TableParaClient.cs
- TextTreeTextNode.cs
- TPLETWProvider.cs
- DataControlImageButton.cs
- odbcmetadatacolumnnames.cs
- PublishLicense.cs
- DateTimeFormat.cs
- BaseProcessor.cs
- BindStream.cs
- PropertyToken.cs
- ScaleTransform.cs
- ExpressionVisitor.cs
- QEncodedStream.cs
- OdbcConnectionPoolProviderInfo.cs
- HwndSourceKeyboardInputSite.cs
- Connector.cs
- MenuRenderer.cs
- DbUpdateCommandTree.cs
- GlobalEventManager.cs
- ProfileProvider.cs
- ControlBuilderAttribute.cs
- LingerOption.cs
- Wildcard.cs
- ActivationService.cs
- keycontainerpermission.cs
- XmlSchemaException.cs
- PropertyInformationCollection.cs
- TextRangeEdit.cs
- ProtectedProviderSettings.cs
- templategroup.cs
- EntitySqlQueryCacheEntry.cs
- FixedLineResult.cs
- DataServiceQueryOfT.cs
- Delegate.cs
- ControlPaint.cs
- XmlILAnnotation.cs
- AppearanceEditorPart.cs
- RemoteWebConfigurationHost.cs
- ClientApiGenerator.cs
- DesignTimeTemplateParser.cs
- NavigationHelper.cs
- NetworkInformationPermission.cs
- TreeNode.cs
- CallbackValidator.cs
- XPathNode.cs
- CheckBoxList.cs
- WaitHandle.cs
- EditorAttribute.cs
- ModuleElement.cs
- VScrollProperties.cs
- RoleService.cs
- AddInDeploymentState.cs
- ContentElement.cs