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
- SymmetricKeyWrap.cs
- PropertyMap.cs
- RepeatInfo.cs
- WmlCommandAdapter.cs
- MatrixIndependentAnimationStorage.cs
- UnionCodeGroup.cs
- InvalidCommandTreeException.cs
- DataRowIndexBuffer.cs
- ExistsInCollection.cs
- _FtpDataStream.cs
- SourceFilter.cs
- ShaderEffect.cs
- TextEffectResolver.cs
- TextTrailingCharacterEllipsis.cs
- SiteMapDataSource.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- TabControlCancelEvent.cs
- LinkButton.cs
- CheckableControlBaseAdapter.cs
- RemoteWebConfigurationHostServer.cs
- Visual3D.cs
- DetailsViewPageEventArgs.cs
- AnnotationDocumentPaginator.cs
- TokenBasedSetEnumerator.cs
- Timer.cs
- XmlCharType.cs
- ObjectConverter.cs
- Model3D.cs
- AttachmentService.cs
- InheritanceService.cs
- SQLByteStorage.cs
- SkewTransform.cs
- ListViewAutomationPeer.cs
- ExpressionBuilderCollection.cs
- BitmapSizeOptions.cs
- PointUtil.cs
- SQLDateTime.cs
- TextBoxAutomationPeer.cs
- EventLog.cs
- ApplicationSettingsBase.cs
- StatusBar.cs
- InternalCache.cs
- ActivityValidator.cs
- RadioButtonRenderer.cs
- NullableConverter.cs
- InternalConfigRoot.cs
- AndAlso.cs
- LabelEditEvent.cs
- PageAsyncTask.cs
- PrintDocument.cs
- MetadataExchangeBindings.cs
- Util.cs
- PageAsyncTaskManager.cs
- IProducerConsumerCollection.cs
- DataGridViewTextBoxColumn.cs
- SettingsPropertyValue.cs
- IisTraceWebEventProvider.cs
- RegexCode.cs
- RepeatButtonAutomationPeer.cs
- InvariantComparer.cs
- ActivityExecutor.cs
- QilReplaceVisitor.cs
- Win32PrintDialog.cs
- RadioButtonBaseAdapter.cs
- DataBoundControl.cs
- GridErrorDlg.cs
- ImageMapEventArgs.cs
- Page.cs
- TableRow.cs
- AspNetSynchronizationContext.cs
- SQLMembershipProvider.cs
- ReadingWritingEntityEventArgs.cs
- AutomationPatternInfo.cs
- ServiceDocument.cs
- BitmapEffectInput.cs
- RowParagraph.cs
- SamlSecurityToken.cs
- ModifyActivitiesPropertyDescriptor.cs
- SimpleTypeResolver.cs
- MediaSystem.cs
- ObjectListFieldCollection.cs
- TreeViewAutomationPeer.cs
- ArgumentValidation.cs
- ProfileService.cs
- OutOfMemoryException.cs
- handlecollector.cs
- XmlNullResolver.cs
- HtmlElementErrorEventArgs.cs
- DesignerSerializationOptionsAttribute.cs
- OutputCacheProfileCollection.cs
- ArraySortHelper.cs
- ObjectSet.cs
- BasicAsyncResult.cs
- NativeActivityContext.cs
- InstancePersistenceContext.cs
- ServerIdentity.cs
- WS2007FederationHttpBindingCollectionElement.cs
- ListView.cs
- SourceLineInfo.cs
- DrawingContextWalker.cs