Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartConnectionsConfigureVerb.cs / 1 / WebPartConnectionsConfigureVerb.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; internal sealed class WebPartConnectionsConfigureVerb : WebPartActionVerb { // Properties must look at viewstate directly instead of the property in the base class, // so we can distinguish between an unset property and a property set to String.Empty. [ WebSysDefaultValue(SR.WebPartConnectionsConfigureVerb_Description) ] public override string Description { get { object o = ViewState["Description"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsConfigureVerb_Description) : (string)o; } set { ViewState["Description"] = value; } } [ WebSysDefaultValue(SR.WebPartConnectionsConfigureVerb_Text) ] public override string Text { get { object o = ViewState["Text"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsConfigureVerb_Text) : (string)o; } set { ViewState["Text"] = value; } } } } // 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; internal sealed class WebPartConnectionsConfigureVerb : WebPartActionVerb { // Properties must look at viewstate directly instead of the property in the base class, // so we can distinguish between an unset property and a property set to String.Empty. [ WebSysDefaultValue(SR.WebPartConnectionsConfigureVerb_Description) ] public override string Description { get { object o = ViewState["Description"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsConfigureVerb_Description) : (string)o; } set { ViewState["Description"] = value; } } [ WebSysDefaultValue(SR.WebPartConnectionsConfigureVerb_Text) ] public override string Text { get { object o = ViewState["Text"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsConfigureVerb_Text) : (string)o; } set { ViewState["Text"] = value; } } } } // 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
- SchemaCreator.cs
- WebPartConnectionsConfigureVerb.cs
- DaylightTime.cs
- CodeNamespace.cs
- WebPartDisplayModeCollection.cs
- XmlSchemaGroupRef.cs
- ArrayExtension.cs
- ToolbarAUtomationPeer.cs
- GenerateScriptTypeAttribute.cs
- SQLConvert.cs
- ToolStripPanelRenderEventArgs.cs
- TabletCollection.cs
- MailAddress.cs
- ParseChildrenAsPropertiesAttribute.cs
- DataColumnChangeEvent.cs
- AssemblyHash.cs
- ClientRuntime.cs
- DataServiceContext.cs
- GroupBoxAutomationPeer.cs
- SegmentTree.cs
- TypeDelegator.cs
- CultureMapper.cs
- MatrixAnimationUsingPath.cs
- ErrorTableItemStyle.cs
- AvTrace.cs
- SwitchElementsCollection.cs
- KeyedHashAlgorithm.cs
- SkewTransform.cs
- BitmapScalingModeValidation.cs
- ProtectedConfiguration.cs
- RequestCachePolicyConverter.cs
- Int64Storage.cs
- TextFormatterImp.cs
- WebPartConnection.cs
- FactoryMaker.cs
- EditorPartChrome.cs
- FlowNode.cs
- DirectoryObjectSecurity.cs
- SuppressMessageAttribute.cs
- ScrollEventArgs.cs
- BidOverLoads.cs
- StylusPointPropertyInfoDefaults.cs
- ProcessInfo.cs
- MetadataArtifactLoaderCompositeResource.cs
- UnsafeNativeMethodsTablet.cs
- odbcmetadatacollectionnames.cs
- EmptyCollection.cs
- MsmqInputSessionChannelListener.cs
- EmptyStringExpandableObjectConverter.cs
- securitycriticaldataformultiplegetandset.cs
- PropertyStore.cs
- ThemeDirectoryCompiler.cs
- QilStrConcatenator.cs
- ConfigXmlText.cs
- RegexWorker.cs
- Expander.cs
- SchemaImporter.cs
- ComponentCache.cs
- ReferenceSchema.cs
- FocusChangedEventArgs.cs
- TextClipboardData.cs
- SqlDataReader.cs
- SpecularMaterial.cs
- PassportPrincipal.cs
- BaseValidatorDesigner.cs
- ButtonBase.cs
- COM2ComponentEditor.cs
- QueryRewriter.cs
- TextParagraph.cs
- Bookmark.cs
- SmtpNtlmAuthenticationModule.cs
- TransformerConfigurationWizardBase.cs
- CookieProtection.cs
- ConnectionsZone.cs
- QueryStringParameter.cs
- ContentDisposition.cs
- SettingsSavedEventArgs.cs
- StrokeNodeEnumerator.cs
- ReflectPropertyDescriptor.cs
- IOException.cs
- DPAPIProtectedConfigurationProvider.cs
- MessageBox.cs
- PathNode.cs
- EmptyCollection.cs
- LogicalExpr.cs
- SplineQuaternionKeyFrame.cs
- OpenFileDialog.cs
- CodeSnippetStatement.cs
- ISSmlParser.cs
- ContainerSelectorActiveEvent.cs
- Site.cs
- ArrayConverter.cs
- XXXOnTypeBuilderInstantiation.cs
- AddInAttribute.cs
- PinnedBufferMemoryStream.cs
- CellParagraph.cs
- ViewLoader.cs
- RequestCachingSection.cs
- CachedFontFace.cs
- AnimationLayer.cs