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
- CalendarKeyboardHelper.cs
- WorkflowOperationErrorHandler.cs
- WorkflowRuntimeService.cs
- GroupItemAutomationPeer.cs
- ErrorRuntimeConfig.cs
- PerfCounterSection.cs
- DataGridRowDetailsEventArgs.cs
- ButtonStandardAdapter.cs
- ChooseAction.cs
- ConstraintStruct.cs
- UserPreferenceChangingEventArgs.cs
- TraceProvider.cs
- EventSetter.cs
- Matrix3DConverter.cs
- UnsupportedPolicyOptionsException.cs
- NavigationFailedEventArgs.cs
- ClientRoleProvider.cs
- Literal.cs
- EventMappingSettings.cs
- Helper.cs
- ButtonChrome.cs
- TreeNodeCollectionEditor.cs
- mediaclock.cs
- SafeFileHandle.cs
- ConnectorDragDropGlyph.cs
- AudienceUriMode.cs
- CodeSnippetExpression.cs
- XmlUTF8TextWriter.cs
- ToolStripStatusLabel.cs
- KeyValueSerializer.cs
- NavigationPropertyAccessor.cs
- SystemIcmpV6Statistics.cs
- DataGridViewCellPaintingEventArgs.cs
- SQLByteStorage.cs
- InstanceDataCollection.cs
- XmlTextReader.cs
- Compilation.cs
- GridViewCommandEventArgs.cs
- ByteStreamGeometryContext.cs
- CaseCqlBlock.cs
- TimeSpanStorage.cs
- TableCell.cs
- Function.cs
- DataRowView.cs
- UInt64Storage.cs
- MarshalByValueComponent.cs
- SafeLibraryHandle.cs
- Application.cs
- ListViewGroupConverter.cs
- FastPropertyAccessor.cs
- ObservableDictionary.cs
- DrawItemEvent.cs
- CssStyleCollection.cs
- RegexWorker.cs
- SqlFunctions.cs
- GPPOINT.cs
- ParentUndoUnit.cs
- EventLog.cs
- NumberFormatter.cs
- ListViewSortEventArgs.cs
- SortKey.cs
- BaseTemplateCodeDomTreeGenerator.cs
- TagNameToTypeMapper.cs
- TabPage.cs
- InternalSafeNativeMethods.cs
- CompileLiteralTextParser.cs
- System.Data.OracleClient_BID.cs
- CharUnicodeInfo.cs
- X509Extension.cs
- BaseTemplateParser.cs
- ArglessEventHandlerProxy.cs
- ListViewDeletedEventArgs.cs
- ItemCheckEvent.cs
- FormsAuthenticationConfiguration.cs
- safelink.cs
- GeometryGroup.cs
- XmlDownloadManager.cs
- PolicyManager.cs
- _Events.cs
- TableItemPatternIdentifiers.cs
- UrlMappingsModule.cs
- OdbcConnection.cs
- NumberAction.cs
- WindowsFormsSectionHandler.cs
- TreeViewImageIndexConverter.cs
- XamlVector3DCollectionSerializer.cs
- HandlerMappingMemo.cs
- ServerValidateEventArgs.cs
- COM2EnumConverter.cs
- MouseActionValueSerializer.cs
- ByteStack.cs
- WindowsScroll.cs
- BreakRecordTable.cs
- PageAsyncTaskManager.cs
- UTF7Encoding.cs
- NullableLongMinMaxAggregationOperator.cs
- MeasurementDCInfo.cs
- Positioning.cs
- Accessors.cs
- TabControlAutomationPeer.cs