Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartConnectionsConfigureVerb.cs / 1305376 / 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
- HtmlEmptyTagControlBuilder.cs
- EnvironmentPermission.cs
- hwndwrapper.cs
- ConstructorNeedsTagAttribute.cs
- XmlAnyElementAttribute.cs
- TargetException.cs
- PointCollectionValueSerializer.cs
- listviewsubitemcollectioneditor.cs
- ToolStripDropDownClosedEventArgs.cs
- StringOutput.cs
- TextRangeAdaptor.cs
- EDesignUtil.cs
- CssTextWriter.cs
- DataConnectionHelper.cs
- DecodeHelper.cs
- ReflectionTypeLoadException.cs
- HttpHeaderCollection.cs
- XmlSignatureProperties.cs
- ChangeToolStripParentVerb.cs
- AssemblyName.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- MsmqIntegrationBindingElement.cs
- ConsoleCancelEventArgs.cs
- BitmapFrameEncode.cs
- DataView.cs
- BindingObserver.cs
- DetailsViewPageEventArgs.cs
- PocoPropertyAccessorStrategy.cs
- HttpCapabilitiesEvaluator.cs
- XmlQualifiedNameTest.cs
- CacheSection.cs
- XmlArrayAttribute.cs
- ListControlBoundActionList.cs
- DataGridViewButtonColumn.cs
- DataList.cs
- WebHttpBinding.cs
- indexingfiltermarshaler.cs
- TemplatedWizardStep.cs
- Win32KeyboardDevice.cs
- EndpointBehaviorElementCollection.cs
- Reference.cs
- LifetimeMonitor.cs
- SourceLineInfo.cs
- ElementHost.cs
- SourceFileInfo.cs
- DataListItem.cs
- MenuStrip.cs
- LogLogRecordHeader.cs
- LabelDesigner.cs
- Scripts.cs
- XhtmlBasicLabelAdapter.cs
- HttpException.cs
- SimplePropertyEntry.cs
- HtmlUtf8RawTextWriter.cs
- QilInvokeEarlyBound.cs
- DataGridViewColumnHeaderCell.cs
- VirtualDirectoryMapping.cs
- GridViewSelectEventArgs.cs
- Constraint.cs
- ContentElementAutomationPeer.cs
- IsolatedStorageSecurityState.cs
- SoapIncludeAttribute.cs
- RenderingBiasValidation.cs
- ReflectionTypeLoadException.cs
- EditorPartCollection.cs
- CriticalFinalizerObject.cs
- ToolStripStatusLabel.cs
- UIntPtr.cs
- HTMLTextWriter.cs
- RegexParser.cs
- DataProtection.cs
- ParenthesizePropertyNameAttribute.cs
- Exception.cs
- CodeObject.cs
- MasterPageParser.cs
- WebBrowserSiteBase.cs
- ReflectionUtil.cs
- DomNameTable.cs
- BuildProvidersCompiler.cs
- CodeTypeParameterCollection.cs
- IdentityHolder.cs
- SQLDateTime.cs
- HttpServerVarsCollection.cs
- ReadOnlyCollection.cs
- webeventbuffer.cs
- TransformGroup.cs
- SmtpNegotiateAuthenticationModule.cs
- QilGenerator.cs
- EtwTrace.cs
- GroupBoxRenderer.cs
- PointKeyFrameCollection.cs
- ActivityXRefConverter.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- ToolStripHighContrastRenderer.cs
- ActiveDesignSurfaceEvent.cs
- UnsafePeerToPeerMethods.cs
- cache.cs
- InkSerializer.cs
- WebPart.cs
- SqlConnectionPoolGroupProviderInfo.cs