Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //----------------------------------------------------------------------------- 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
- DataPointer.cs
- ViewStateException.cs
- TypeBrowserDialog.cs
- RtfNavigator.cs
- ControlDesigner.cs
- SystemIPAddressInformation.cs
- Ref.cs
- GetPageCompletedEventArgs.cs
- EtwProvider.cs
- WrappedReader.cs
- EventLogReader.cs
- FilterRepeater.cs
- DateTimeOffset.cs
- ValuePatternIdentifiers.cs
- DataKey.cs
- CodeTypeParameter.cs
- TabPanel.cs
- AppSettingsExpressionBuilder.cs
- HtmlHead.cs
- MatrixCamera.cs
- ObjectStateEntry.cs
- DoubleAnimationBase.cs
- FlagsAttribute.cs
- HttpCacheParams.cs
- MouseButtonEventArgs.cs
- HttpContextWrapper.cs
- FileLoadException.cs
- XmlWriterSettings.cs
- FixedPosition.cs
- UrlPath.cs
- DataGridViewCellStateChangedEventArgs.cs
- SkewTransform.cs
- TreeNodeSelectionProcessor.cs
- AccessDataSourceView.cs
- BmpBitmapDecoder.cs
- SynchronizationLockException.cs
- MSAAWinEventWrap.cs
- MultipleViewProviderWrapper.cs
- oledbconnectionstring.cs
- UniqueIdentifierService.cs
- ResourceAttributes.cs
- XmlBindingWorker.cs
- StrongNameMembershipCondition.cs
- KnownBoxes.cs
- EDesignUtil.cs
- EntityDataSourceChangingEventArgs.cs
- SynchronizedChannelCollection.cs
- FormsAuthenticationUser.cs
- ButtonChrome.cs
- OdbcDataAdapter.cs
- TemplateBuilder.cs
- Shape.cs
- SoapFormatter.cs
- DataControlPagerLinkButton.cs
- WebEncodingValidatorAttribute.cs
- XslTransform.cs
- PenThread.cs
- Buffer.cs
- LongSumAggregationOperator.cs
- UTF8Encoding.cs
- IndexOutOfRangeException.cs
- shaperfactoryquerycacheentry.cs
- XslCompiledTransform.cs
- SerializationInfo.cs
- AttributeCallbackBuilder.cs
- DefaultParameterValueAttribute.cs
- InputProcessorProfiles.cs
- BindingOperations.cs
- TextElementCollection.cs
- FixedSOMPage.cs
- ToolStripItem.cs
- SaveWorkflowCommand.cs
- WindowsToolbarAsMenu.cs
- OAVariantLib.cs
- PropertyGeneratedEventArgs.cs
- HttpCacheParams.cs
- FieldTemplateUserControl.cs
- ContentIterators.cs
- DashStyle.cs
- DesignTimeParseData.cs
- PointLight.cs
- diagnosticsswitches.cs
- figurelength.cs
- DataSourceXmlSerializationAttribute.cs
- LayoutInformation.cs
- MobileComponentEditorPage.cs
- MSHTMLHost.cs
- CodeDesigner.cs
- LeftCellWrapper.cs
- RotationValidation.cs
- BooleanSwitch.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- SafeNativeMethods.cs
- ParameterCollection.cs
- PassportAuthentication.cs
- CategoryGridEntry.cs
- RowToFieldTransformer.cs
- WebCategoryAttribute.cs
- SerializerProvider.cs
- Guid.cs