Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebParts / PersonalizablePropertyEntry.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextTreeNode.cs
- OdbcParameter.cs
- Point3DCollection.cs
- _ShellExpression.cs
- EntityViewContainer.cs
- RowsCopiedEventArgs.cs
- RegexInterpreter.cs
- CachedRequestParams.cs
- TouchDevice.cs
- MarginsConverter.cs
- Binding.cs
- NetworkInterface.cs
- SqlStatistics.cs
- ProfilePropertyNameValidator.cs
- DataObjectFieldAttribute.cs
- XmlEntityReference.cs
- CodeGenerator.cs
- SiteMapNode.cs
- OdbcTransaction.cs
- FileLevelControlBuilderAttribute.cs
- ActivityExecutionContext.cs
- PrePostDescendentsWalker.cs
- PrintingPermissionAttribute.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- SecurityListenerSettingsLifetimeManager.cs
- BitmapEffect.cs
- DataObjectCopyingEventArgs.cs
- PersonalizableTypeEntry.cs
- ConfigurationManagerInternal.cs
- ConsoleEntryPoint.cs
- BamlVersionHeader.cs
- ClientData.cs
- RenderingBiasValidation.cs
- OverlappedAsyncResult.cs
- ContentPosition.cs
- Point3DAnimationBase.cs
- Timer.cs
- DispatcherEventArgs.cs
- ServiceReference.cs
- TextTreeDeleteContentUndoUnit.cs
- TdsParserSafeHandles.cs
- ActiveXContainer.cs
- SqlCacheDependencyDatabase.cs
- KeysConverter.cs
- SafeRightsManagementSessionHandle.cs
- TextMessageEncodingElement.cs
- BitmapEffectGeneralTransform.cs
- CapabilitiesAssignment.cs
- NoneExcludedImageIndexConverter.cs
- ContextQuery.cs
- SettingsContext.cs
- RefType.cs
- UniformGrid.cs
- InputLanguageEventArgs.cs
- Converter.cs
- MemberRelationshipService.cs
- Substitution.cs
- ColorComboBox.cs
- TargetParameterCountException.cs
- MultiPropertyDescriptorGridEntry.cs
- CompilationRelaxations.cs
- QilSortKey.cs
- HtmlUtf8RawTextWriter.cs
- GroupBoxRenderer.cs
- SID.cs
- DesignerTextViewAdapter.cs
- XmlSerializerVersionAttribute.cs
- DebugView.cs
- TaskExtensions.cs
- InputLanguageProfileNotifySink.cs
- SeparatorAutomationPeer.cs
- ContentValidator.cs
- MessageDecoder.cs
- DataColumnCollection.cs
- StoryFragments.cs
- LogicalExpressionTypeConverter.cs
- OrderablePartitioner.cs
- PKCS1MaskGenerationMethod.cs
- GeneralTransform3DTo2D.cs
- UIAgentAsyncEndRequest.cs
- ValueUnavailableException.cs
- SqlInternalConnectionTds.cs
- MultiPageTextView.cs
- PenThreadWorker.cs
- PostBackOptions.cs
- GetReadStreamResult.cs
- CodeTypeDelegate.cs
- GridEntryCollection.cs
- CheckBox.cs
- TypeDescriptionProvider.cs
- CriticalFinalizerObject.cs
- LOSFormatter.cs
- SQLDecimal.cs
- HyperlinkAutomationPeer.cs
- OSFeature.cs
- CloudCollection.cs
- TemplateParser.cs
- CacheEntry.cs
- BrowserDefinitionCollection.cs
- DataSourceDesigner.cs