Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / ExpressionEditorSheet.cs / 1 / ExpressionEditorSheet.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System; using System.ComponentModel; ///public abstract class ExpressionEditorSheet { private IServiceProvider _serviceProvider; protected ExpressionEditorSheet(IServiceProvider serviceProvider) { _serviceProvider = serviceProvider; } [Browsable(false)] public virtual bool IsValid { get { return true; } } [Browsable(false)] public IServiceProvider ServiceProvider { get { return _serviceProvider; } } /// /// /// Gets the expression constructed from this expression editor sheet /// public abstract string GetExpression(); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataListItemCollection.cs
- WindowShowOrOpenTracker.cs
- IntegerValidatorAttribute.cs
- QueryCacheManager.cs
- ToolStrip.cs
- View.cs
- SessionStateModule.cs
- XmlWhitespace.cs
- SRDisplayNameAttribute.cs
- TreeNodeCollection.cs
- TypeConverterHelper.cs
- MessageQueuePermissionAttribute.cs
- ContainerAction.cs
- UnsafeNetInfoNativeMethods.cs
- LogWriteRestartAreaState.cs
- QueryableDataSourceHelper.cs
- StickyNoteContentControl.cs
- DataViewSettingCollection.cs
- ShaperBuffers.cs
- ImageButton.cs
- FlowDocumentScrollViewer.cs
- TrustSection.cs
- DataMemberFieldEditor.cs
- CqlWriter.cs
- ExceptionNotification.cs
- RangeValidator.cs
- XmlTextReaderImplHelpers.cs
- OleDbFactory.cs
- IntSecurity.cs
- DocumentPageViewAutomationPeer.cs
- DependencyPropertyKey.cs
- PrintPageEvent.cs
- MessageFormatterConverter.cs
- SerializerWriterEventHandlers.cs
- ScriptManager.cs
- FixedSOMSemanticBox.cs
- RulePatternOps.cs
- ellipse.cs
- TimeoutValidationAttribute.cs
- WmlSelectionListAdapter.cs
- RequestDescription.cs
- ModelPropertyCollectionImpl.cs
- ScriptManagerProxy.cs
- NavigatorInput.cs
- DetailsViewDesigner.cs
- XmlMapping.cs
- SrgsElementList.cs
- Psha1DerivedKeyGenerator.cs
- Thickness.cs
- XmlWrappingReader.cs
- MtomMessageEncodingBindingElement.cs
- FastEncoder.cs
- ClientBuildManagerCallback.cs
- IndexOutOfRangeException.cs
- HttpCapabilitiesBase.cs
- OSFeature.cs
- JoinElimination.cs
- InvokeProviderWrapper.cs
- SocketSettings.cs
- PieceDirectory.cs
- WrappedIUnknown.cs
- MenuItemBindingCollection.cs
- SessionParameter.cs
- Unit.cs
- HttpWrapper.cs
- sitestring.cs
- XmlJsonWriter.cs
- CompatibleComparer.cs
- ComponentEditorForm.cs
- ServicesUtilities.cs
- XslTransform.cs
- DuplicateWaitObjectException.cs
- VirtualPathUtility.cs
- DiffuseMaterial.cs
- ListViewItemMouseHoverEvent.cs
- ToolboxDataAttribute.cs
- GetKeyedHashRequest.cs
- Filter.cs
- PropertyValueChangedEvent.cs
- HwndHost.cs
- CodeCatchClause.cs
- SelectionRangeConverter.cs
- TypedServiceOperationListItem.cs
- versioninfo.cs
- QuaternionAnimation.cs
- PropertyManager.cs
- RichTextBoxDesigner.cs
- InvalidOleVariantTypeException.cs
- MetadataPropertyvalue.cs
- Label.cs
- XmlSerializerNamespaces.cs
- _NTAuthentication.cs
- ServiceProviders.cs
- StylusPointPropertyInfoDefaults.cs
- StandardBindingCollectionElement.cs
- Version.cs
- DbException.cs
- XmlExpressionDumper.cs
- WindowsListViewGroupSubsetLink.cs
- ServicePrincipalNameElement.cs