Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / SharedPersonalizationStateInfo.cs / 1305376 / SharedPersonalizationStateInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; [Serializable] public sealed class SharedPersonalizationStateInfo : PersonalizationStateInfo { private int _sizeOfPersonalizations; private int _countOfPersonalizations; public SharedPersonalizationStateInfo(string path, DateTime lastUpdatedDate, int size, int sizeOfPersonalizations, int countOfPersonalizations) : base(path, lastUpdatedDate, size) { PersonalizationProviderHelper.CheckNegativeInteger(sizeOfPersonalizations, "sizeOfPersonalizations"); PersonalizationProviderHelper.CheckNegativeInteger(countOfPersonalizations, "countOfPersonalizations"); _sizeOfPersonalizations = sizeOfPersonalizations; _countOfPersonalizations = countOfPersonalizations; } public int SizeOfPersonalizations { get { return _sizeOfPersonalizations; } } public int CountOfPersonalizations { get { return _countOfPersonalizations; } } } } // 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; [Serializable] public sealed class SharedPersonalizationStateInfo : PersonalizationStateInfo { private int _sizeOfPersonalizations; private int _countOfPersonalizations; public SharedPersonalizationStateInfo(string path, DateTime lastUpdatedDate, int size, int sizeOfPersonalizations, int countOfPersonalizations) : base(path, lastUpdatedDate, size) { PersonalizationProviderHelper.CheckNegativeInteger(sizeOfPersonalizations, "sizeOfPersonalizations"); PersonalizationProviderHelper.CheckNegativeInteger(countOfPersonalizations, "countOfPersonalizations"); _sizeOfPersonalizations = sizeOfPersonalizations; _countOfPersonalizations = countOfPersonalizations; } public int SizeOfPersonalizations { get { return _sizeOfPersonalizations; } } public int CountOfPersonalizations { get { return _countOfPersonalizations; } } } } // 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
- BaseUriHelper.cs
- SmtpTransport.cs
- SchemaElementDecl.cs
- XmlSchemaInclude.cs
- StrokeNodeEnumerator.cs
- WebPartsPersonalization.cs
- LoadRetryStrategyFactory.cs
- ServiceModelConfigurationSection.cs
- PropertyBuilder.cs
- ToolBarButton.cs
- wgx_render.cs
- BitSet.cs
- HierarchicalDataSourceControl.cs
- RadioButton.cs
- EpmCustomContentWriterNodeData.cs
- DbCommandTree.cs
- PolicyLevel.cs
- UITypeEditors.cs
- SoapTypeAttribute.cs
- AssertFilter.cs
- VariantWrapper.cs
- xmlformatgeneratorstatics.cs
- WebPartConnectionsDisconnectVerb.cs
- GPPOINT.cs
- FileDialogCustomPlacesCollection.cs
- RightsManagementEncryptedStream.cs
- Rect.cs
- XmlDataLoader.cs
- KeyGestureConverter.cs
- XmlValidatingReader.cs
- TemplateLookupAction.cs
- DataBoundControlAdapter.cs
- DataGridViewMethods.cs
- DPAPIProtectedConfigurationProvider.cs
- CallbackValidatorAttribute.cs
- QueueException.cs
- DataList.cs
- _CacheStreams.cs
- TimeIntervalCollection.cs
- TableCellAutomationPeer.cs
- Mutex.cs
- InfoCardClaimCollection.cs
- InternalBufferManager.cs
- DataSetUtil.cs
- ImagingCache.cs
- TextContainerHelper.cs
- SqlCrossApplyToCrossJoin.cs
- ListSourceHelper.cs
- NumberEdit.cs
- RenderContext.cs
- MdiWindowListStrip.cs
- QueueProcessor.cs
- ListControl.cs
- EditorPartChrome.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- SingleConverter.cs
- PbrsForward.cs
- SqlDesignerDataSourceView.cs
- InstallerTypeAttribute.cs
- CodeGotoStatement.cs
- DrawingAttributeSerializer.cs
- CheckedListBox.cs
- WpfKnownType.cs
- ReaderWriterLockSlim.cs
- WebPartZoneBase.cs
- MergeFilterQuery.cs
- NamedObject.cs
- Point3DCollection.cs
- ToolTipService.cs
- ActivityPreviewDesigner.cs
- CultureTable.cs
- EntityContainer.cs
- SchemaManager.cs
- HostExecutionContextManager.cs
- RectangleGeometry.cs
- CfgParser.cs
- Canonicalizers.cs
- AsnEncodedData.cs
- SystemColors.cs
- AttachedAnnotation.cs
- VisualCollection.cs
- SoapAttributes.cs
- SoundPlayerAction.cs
- PageParserFilter.cs
- StandardCommandToolStripMenuItem.cs
- StaticExtensionConverter.cs
- shaperfactory.cs
- CustomErrorCollection.cs
- WebPartCollection.cs
- ChildTable.cs
- QueryRewriter.cs
- CheckBox.cs
- ThousandthOfEmRealPoints.cs
- CollectionViewGroup.cs
- WebHttpEndpointElement.cs
- StorageAssociationSetMapping.cs
- compensatingcollection.cs
- SourceLineInfo.cs
- NonParentingControl.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs