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
- XmlWriterSettings.cs
- XmlDataImplementation.cs
- FontFamilyConverter.cs
- ValidatingReaderNodeData.cs
- ChangePasswordAutoFormat.cs
- NamedPipeChannelFactory.cs
- XmlSchemaSimpleContent.cs
- FixedTextContainer.cs
- InfoCardBinaryReader.cs
- LiteralControl.cs
- ComboBoxAutomationPeer.cs
- DebuggerAttributes.cs
- LocalValueEnumerator.cs
- ClickablePoint.cs
- DesignerActionGlyph.cs
- Calendar.cs
- TextEditorMouse.cs
- transactioncontext.cs
- ModelUIElement3D.cs
- CompatibleComparer.cs
- SystemIcmpV4Statistics.cs
- CacheRequest.cs
- HwndAppCommandInputProvider.cs
- RichTextBoxContextMenu.cs
- RecordConverter.cs
- GeometryDrawing.cs
- CopyCodeAction.cs
- HtmlString.cs
- GridViewEditEventArgs.cs
- CompareValidator.cs
- RequestResponse.cs
- DetailsViewPagerRow.cs
- DirectionalLight.cs
- Int64Converter.cs
- RegexCompiler.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- HexParser.cs
- DataReaderContainer.cs
- MatrixKeyFrameCollection.cs
- UntypedNullExpression.cs
- ClientScriptManagerWrapper.cs
- ScrollBarRenderer.cs
- EntityDataSourceDesigner.cs
- TextLine.cs
- BezierSegment.cs
- ExtentJoinTreeNode.cs
- ListBindableAttribute.cs
- MediaTimeline.cs
- OleDbErrorCollection.cs
- QuaternionAnimationBase.cs
- XamlDesignerSerializationManager.cs
- WizardForm.cs
- SafeMemoryMappedFileHandle.cs
- RawTextInputReport.cs
- Win32SafeHandles.cs
- HuffModule.cs
- ListViewGroupConverter.cs
- ApplicationId.cs
- InstancePersistenceException.cs
- GPStream.cs
- BoolExpr.cs
- DataColumnCollection.cs
- SymmetricCryptoHandle.cs
- Style.cs
- MembershipAdapter.cs
- UserInitiatedNavigationPermission.cs
- RowCache.cs
- InternalCompensate.cs
- UIElementIsland.cs
- AsyncResult.cs
- XmlSchemaGroup.cs
- Helper.cs
- ellipse.cs
- XmlSerializerVersionAttribute.cs
- _AutoWebProxyScriptEngine.cs
- DependencyPropertyDescriptor.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- SupportsEventValidationAttribute.cs
- XmlSerializerFactory.cs
- WindowsScroll.cs
- OleDbConnection.cs
- TextBounds.cs
- EdmRelationshipRoleAttribute.cs
- EntityClassGenerator.cs
- ProgressChangedEventArgs.cs
- ParserHooks.cs
- BitConverter.cs
- StatusBarPanel.cs
- StringComparer.cs
- DocumentViewerBase.cs
- ImageCollectionEditor.cs
- TypeGeneratedEventArgs.cs
- Canvas.cs
- DataServiceSaveChangesEventArgs.cs
- AudioException.cs
- MethodAccessException.cs
- Brush.cs
- Bold.cs
- StringUtil.cs
- Constants.cs