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
- PermissionRequestEvidence.cs
- Triangle.cs
- DeviceContexts.cs
- BaseDataBoundControl.cs
- TiffBitmapDecoder.cs
- CommandHelpers.cs
- NameScope.cs
- ServiceHostFactory.cs
- MetadataPropertyCollection.cs
- InitializationEventAttribute.cs
- WebScriptMetadataMessageEncoderFactory.cs
- DataPager.cs
- QfeChecker.cs
- DescendantQuery.cs
- Filter.cs
- WorkflowInstanceContextProvider.cs
- ExpressionBuilder.cs
- BitStream.cs
- SqlDataRecord.cs
- AnnotationObservableCollection.cs
- TextChange.cs
- ItemsPresenter.cs
- ModelItemCollection.cs
- Base64Encoder.cs
- IntSecurity.cs
- HostedBindingBehavior.cs
- LocalizedNameDescriptionPair.cs
- ImpersonationContext.cs
- CursorConverter.cs
- TypedDataSourceCodeGenerator.cs
- CodeAttributeArgument.cs
- OleDbDataAdapter.cs
- FileSystemInfo.cs
- CorrelationResolver.cs
- CallSiteBinder.cs
- LinkGrep.cs
- CalendarAutoFormatDialog.cs
- ProxyDataContractResolver.cs
- XsltFunctions.cs
- CompoundFileReference.cs
- EventSetter.cs
- ProjectionPruner.cs
- SqlCacheDependency.cs
- SoundPlayer.cs
- CustomSignedXml.cs
- DbDataAdapter.cs
- DesignTimeVisibleAttribute.cs
- ExpressionDumper.cs
- GridViewUpdateEventArgs.cs
- CompiledQuery.cs
- ContextBase.cs
- EntityClassGenerator.cs
- OperatingSystem.cs
- ValueCollectionParameterReader.cs
- NavigationFailedEventArgs.cs
- WindowsFormsLinkLabel.cs
- StorageMappingFragment.cs
- AsyncOperation.cs
- XmlSchemaExternal.cs
- HelpInfo.cs
- PeerTransportListenAddressValidatorAttribute.cs
- SelfSignedCertificate.cs
- CheckBoxDesigner.cs
- MetadataPropertyCollection.cs
- HighlightVisual.cs
- InvalidOperationException.cs
- ActiveXHelper.cs
- SpotLight.cs
- ResponseStream.cs
- CommandLibraryHelper.cs
- PrintDialogDesigner.cs
- FixedSOMImage.cs
- HMACSHA384.cs
- ApplicationSecurityInfo.cs
- Events.cs
- WrapPanel.cs
- PathFigure.cs
- FormatStringEditor.cs
- SizeChangedInfo.cs
- AnnotationStore.cs
- MemberCollection.cs
- SmtpReplyReaderFactory.cs
- DataBoundControl.cs
- XmlILStorageConverter.cs
- DataGridViewRowCancelEventArgs.cs
- EntityDataSourceStatementEditorForm.cs
- TypedElement.cs
- XmlStreamStore.cs
- Cloud.cs
- FullTrustAssembliesSection.cs
- QueryRelOp.cs
- UnsafeNativeMethods.cs
- WebServicesDescriptionAttribute.cs
- ConfigurationValue.cs
- ScriptControl.cs
- Model3DGroup.cs
- Span.cs
- StrokeNode.cs
- ThrowHelper.cs
- SqlTriggerAttribute.cs