Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / PersonalizablePropertyEntry.cs / 1305376 / PersonalizablePropertyEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Reflection; ////// Represents a property that has been marked as personalizable /// internal sealed class PersonalizablePropertyEntry { private PropertyInfo _propertyInfo; private PersonalizationScope _scope; private bool _isSensitive; public PersonalizablePropertyEntry(PropertyInfo pi, PersonalizableAttribute attr) { _propertyInfo = pi; _scope = attr.Scope; _isSensitive = attr.IsSensitive; } public bool IsSensitive { get { return _isSensitive; } } public PersonalizationScope Scope { get { return _scope; } } public PropertyInfo PropertyInfo { get { return _propertyInfo; } } } } // 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.Reflection; ////// Represents a property that has been marked as personalizable /// internal sealed class PersonalizablePropertyEntry { private PropertyInfo _propertyInfo; private PersonalizationScope _scope; private bool _isSensitive; public PersonalizablePropertyEntry(PropertyInfo pi, PersonalizableAttribute attr) { _propertyInfo = pi; _scope = attr.Scope; _isSensitive = attr.IsSensitive; } public bool IsSensitive { get { return _isSensitive; } } public PersonalizationScope Scope { get { return _scope; } } public PropertyInfo PropertyInfo { get { return _propertyInfo; } } } } // 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
- SoapCodeExporter.cs
- XmlSerializerVersionAttribute.cs
- RotateTransform.cs
- CollectionChangedEventManager.cs
- TypeGeneratedEventArgs.cs
- TreeView.cs
- CommandValueSerializer.cs
- WebBaseEventKeyComparer.cs
- XhtmlTextWriter.cs
- PersistChildrenAttribute.cs
- DataSourceView.cs
- Timer.cs
- MultiByteCodec.cs
- XamlSerializerUtil.cs
- GridSplitter.cs
- APCustomTypeDescriptor.cs
- EntityParameterCollection.cs
- PostBackOptions.cs
- InArgument.cs
- AssemblyBuilder.cs
- CollectionView.cs
- TraceHandler.cs
- OracleException.cs
- XmlSchemaSubstitutionGroup.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- CacheEntry.cs
- AssertSection.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- SamlDoNotCacheCondition.cs
- ConversionContext.cs
- ProxyOperationRuntime.cs
- IsolatedStorageFileStream.cs
- DrawingAttributesDefaultValueFactory.cs
- SQLMoney.cs
- EnterpriseServicesHelper.cs
- ProfileGroupSettingsCollection.cs
- WindowsListView.cs
- SqlCaseSimplifier.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- EventLog.cs
- TextBox.cs
- XmlDocument.cs
- BitmapFrame.cs
- TimeoutConverter.cs
- HuffModule.cs
- ContactManager.cs
- LinkButton.cs
- MemberAccessException.cs
- DPCustomTypeDescriptor.cs
- MsmqIntegrationInputChannel.cs
- InkPresenter.cs
- CompressedStack.cs
- RequestUriProcessor.cs
- KeyTime.cs
- MenuItem.cs
- FullTextBreakpoint.cs
- BrowserCapabilitiesFactoryBase.cs
- AutomationElementCollection.cs
- ImageField.cs
- MenuItemAutomationPeer.cs
- FamilyTypefaceCollection.cs
- AutomationEventArgs.cs
- X500Name.cs
- ImageButton.cs
- TrackBar.cs
- FunctionUpdateCommand.cs
- LogArchiveSnapshot.cs
- SuppressMessageAttribute.cs
- MimeTypeMapper.cs
- TextTreeTextNode.cs
- SQLDouble.cs
- HttpDateParse.cs
- MD5CryptoServiceProvider.cs
- TextParagraphProperties.cs
- DesignerOptionService.cs
- LabelLiteral.cs
- BooleanToVisibilityConverter.cs
- MobileControl.cs
- TimeSpanValidator.cs
- Soap11ServerProtocol.cs
- DeclarativeCatalogPart.cs
- NativeMethods.cs
- DrawingBrush.cs
- EasingKeyFrames.cs
- invalidudtexception.cs
- HttpCapabilitiesSectionHandler.cs
- Operand.cs
- HostingEnvironmentWrapper.cs
- DataSourceView.cs
- InvalidEnumArgumentException.cs
- TextViewBase.cs
- SyndicationPerson.cs
- XmlCharType.cs
- ScriptComponentDescriptor.cs
- TargetInvocationException.cs
- EntitySetRetriever.cs
- DoubleSumAggregationOperator.cs
- NextPreviousPagerField.cs
- HandlerBase.cs
- BuildProvider.cs