Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ComponentConverter.cs
- SocketElement.cs
- GridView.cs
- PartitionResolver.cs
- Run.cs
- RegexMatch.cs
- Dynamic.cs
- MultiAsyncResult.cs
- ResourceManager.cs
- DataServiceHostWrapper.cs
- VectorCollectionValueSerializer.cs
- TypeUtil.cs
- InvokeMethodActivityDesigner.cs
- RecordManager.cs
- Parsers.cs
- SqlTrackingService.cs
- EdmPropertyAttribute.cs
- SynchronizationContext.cs
- ApplicationCommands.cs
- TdsParameterSetter.cs
- WebPartManager.cs
- WeakHashtable.cs
- DbMetaDataFactory.cs
- BitmapEffectGeneralTransform.cs
- NameObjectCollectionBase.cs
- ColorTransform.cs
- XsltSettings.cs
- EndpointConfigContainer.cs
- DbConnectionPoolGroupProviderInfo.cs
- RightsManagementInformation.cs
- Attributes.cs
- BaseDataBoundControl.cs
- ApplicationManager.cs
- TraceEventCache.cs
- NetNamedPipeSecurityMode.cs
- DataControlField.cs
- XmlValidatingReader.cs
- DataSourceSelectArguments.cs
- DbConnectionPoolGroupProviderInfo.cs
- PropertyDescriptorCollection.cs
- EntitySqlException.cs
- CompilerCollection.cs
- DSASignatureFormatter.cs
- XmlSchemaAttribute.cs
- PolyBezierSegmentFigureLogic.cs
- CharEntityEncoderFallback.cs
- GridViewHeaderRowPresenter.cs
- RSAOAEPKeyExchangeFormatter.cs
- ManagementDateTime.cs
- DomainConstraint.cs
- JavaScriptSerializer.cs
- DataGridViewCellPaintingEventArgs.cs
- ImportDesigner.xaml.cs
- ApplicationException.cs
- Tag.cs
- WebPartConnectionCollection.cs
- MergeEnumerator.cs
- VisualState.cs
- SeverityFilter.cs
- StringToken.cs
- WebPartCloseVerb.cs
- HttpListenerPrefixCollection.cs
- Listbox.cs
- ModuleElement.cs
- ComponentChangedEvent.cs
- ContextDataSourceView.cs
- DBNull.cs
- ExtractorMetadata.cs
- WinEventTracker.cs
- PropertyStore.cs
- DecodeHelper.cs
- BitmapMetadataBlob.cs
- contentDescriptor.cs
- TrackingMemoryStreamFactory.cs
- EntityKeyElement.cs
- HttpsTransportBindingElement.cs
- Popup.cs
- SchemaNamespaceManager.cs
- ServiceDescriptions.cs
- StrokeDescriptor.cs
- ExceptionWrapper.cs
- SqlExpressionNullability.cs
- DynamicRendererThreadManager.cs
- ConstraintConverter.cs
- bidPrivateBase.cs
- XmlNavigatorStack.cs
- XmlFormatExtensionPointAttribute.cs
- DelegateSerializationHolder.cs
- ServiceModelEnumValidatorAttribute.cs
- PropertyMapper.cs
- ProgressBar.cs
- QilChoice.cs
- PromptEventArgs.cs
- StringBuilder.cs
- __ComObject.cs
- IItemProperties.cs
- ListItemCollection.cs
- InputEventArgs.cs
- DataException.cs
- Listener.cs