Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartConnectionsConnectVerb.cs / 1305376 / WebPartConnectionsConnectVerb.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; internal sealed class WebPartConnectionsConnectVerb : 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.WebPartConnectionsConnectVerb_Description) ] public override string Description { get { object o = ViewState["Description"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsConnectVerb_Description) : (string)o; } set { ViewState["Description"] = value; } } [ WebSysDefaultValue(SR.WebPartConnectionsConnectVerb_Text) ] public override string Text { get { object o = ViewState["Text"]; return (o == null) ? SR.GetString(SR.WebPartConnectionsConnectVerb_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
- SortedSetDebugView.cs
- MaterializeFromAtom.cs
- NonPrimarySelectionGlyph.cs
- SoapEnumAttribute.cs
- PolyLineSegmentFigureLogic.cs
- XmlHierarchicalEnumerable.cs
- _TransmitFileOverlappedAsyncResult.cs
- IDQuery.cs
- SystemInfo.cs
- UnsafeNativeMethods.cs
- DynamicValidator.cs
- XmlSchemaAttributeGroupRef.cs
- VScrollProperties.cs
- InvariantComparer.cs
- DataServiceClientException.cs
- TypeConverter.cs
- NameValueConfigurationCollection.cs
- Config.cs
- Convert.cs
- EncryptedType.cs
- Activity.cs
- EpmContentSerializer.cs
- DataGridTable.cs
- Utils.cs
- OracleParameter.cs
- DesignerOptions.cs
- PriorityBinding.cs
- DataGridPagerStyle.cs
- XmlSchemaExporter.cs
- ListDictionaryInternal.cs
- FormsAuthenticationTicket.cs
- ViewBase.cs
- DriveNotFoundException.cs
- _SslStream.cs
- SoapConverter.cs
- ChangeBlockUndoRecord.cs
- StaticSiteMapProvider.cs
- SemanticBasicElement.cs
- XmlQueryStaticData.cs
- OracleBinary.cs
- NavigationPropertyEmitter.cs
- ToolStripContentPanel.cs
- XPathDocumentBuilder.cs
- NullableLongAverageAggregationOperator.cs
- TemplatePropertyEntry.cs
- ZoneMembershipCondition.cs
- DataContractSet.cs
- BypassElement.cs
- StylusCaptureWithinProperty.cs
- IntPtr.cs
- SignedXml.cs
- HostSecurityManager.cs
- EpmSyndicationContentSerializer.cs
- VerticalAlignConverter.cs
- ToolTip.cs
- ExpressionBindingCollection.cs
- TextClipboardData.cs
- BaseComponentEditor.cs
- MexBindingElement.cs
- ItemContainerGenerator.cs
- GridViewAutomationPeer.cs
- XmlSchemaValidationException.cs
- CompositeClientFormatter.cs
- SimplePropertyEntry.cs
- RequestQueue.cs
- HybridDictionary.cs
- TraceHandler.cs
- OutputCacheModule.cs
- MultiAsyncResult.cs
- MailHeaderInfo.cs
- SqlBulkCopyColumnMappingCollection.cs
- RemotingException.cs
- XPathDocumentIterator.cs
- DispatcherFrame.cs
- NonBatchDirectoryCompiler.cs
- ResourceExpressionBuilder.cs
- DeviceContext.cs
- _KerberosClient.cs
- DashStyle.cs
- BuildResultCache.cs
- BamlRecordReader.cs
- OracleConnectionStringBuilder.cs
- CommentEmitter.cs
- ToolStripItemClickedEventArgs.cs
- MasterPageParser.cs
- NumericPagerField.cs
- DbUpdateCommandTree.cs
- HierarchicalDataSourceDesigner.cs
- PropertyGridView.cs
- IntegerCollectionEditor.cs
- KerberosTokenFactoryCredential.cs
- HostedElements.cs
- ChannelManager.cs
- UncommonField.cs
- ErrorHandler.cs
- Properties.cs
- RichTextBoxConstants.cs
- BamlBinaryReader.cs
- GPStream.cs
- Semaphore.cs