Code:
/ DotNET / DotNET / 8.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
- WebPartRestoreVerb.cs
- HMACSHA256.cs
- TextBox.cs
- BamlResourceSerializer.cs
- DetailsViewUpdatedEventArgs.cs
- SqlDataSourceSelectingEventArgs.cs
- XsltException.cs
- XPathDescendantIterator.cs
- ellipse.cs
- ScopeCollection.cs
- Pair.cs
- EUCJPEncoding.cs
- RegexGroupCollection.cs
- DynamicUpdateCommand.cs
- SyndicationFeedFormatter.cs
- OpCellTreeNode.cs
- IdentityNotMappedException.cs
- XmlTypeMapping.cs
- CodeTypeReferenceSerializer.cs
- FullTextBreakpoint.cs
- glyphs.cs
- GlyphTypeface.cs
- TextBoxLine.cs
- TypeInfo.cs
- PeerPresenceInfo.cs
- UnsafeMethods.cs
- FileDialogPermission.cs
- EnvelopedPkcs7.cs
- CodeDesigner.cs
- DataGridViewControlCollection.cs
- DataKeyCollection.cs
- HostedElements.cs
- BackEase.cs
- DependentList.cs
- ObjectStorage.cs
- SecurityPermission.cs
- TripleDESCryptoServiceProvider.cs
- SynchronousChannel.cs
- ImageButton.cs
- XmlCharacterData.cs
- RenderTargetBitmap.cs
- Control.cs
- OleDbRowUpdatingEvent.cs
- DataGridViewSelectedColumnCollection.cs
- BamlResourceDeserializer.cs
- CookielessHelper.cs
- CursorConverter.cs
- MulticastOption.cs
- InvalidPrinterException.cs
- HttpResponseHeader.cs
- HandlerFactoryCache.cs
- Timeline.cs
- LoginCancelEventArgs.cs
- OneWayChannelListener.cs
- HttpContextBase.cs
- DateTimeValueSerializer.cs
- KoreanCalendar.cs
- XmlCharType.cs
- HandlerBase.cs
- Models.cs
- ResourceAttributes.cs
- Figure.cs
- VisualStateGroup.cs
- SelectedDatesCollection.cs
- MarkupProperty.cs
- SqlTransaction.cs
- RightNameExpirationInfoPair.cs
- ExtenderProvidedPropertyAttribute.cs
- ExplicitDiscriminatorMap.cs
- StackBuilderSink.cs
- DataSetFieldSchema.cs
- XmlDownloadManager.cs
- GAC.cs
- ThicknessAnimationBase.cs
- LiteralLink.cs
- EnumValAlphaComparer.cs
- TimeZone.cs
- SoapFormatter.cs
- StateManagedCollection.cs
- RoutedCommand.cs
- Transform3DGroup.cs
- OptimizedTemplateContentHelper.cs
- TransformerConfigurationWizardBase.cs
- DataComponentMethodGenerator.cs
- HttpContextWrapper.cs
- EntityDataSourceWrapperCollection.cs
- CellTreeNodeVisitors.cs
- TableRowCollection.cs
- StateMachine.cs
- ReferenceAssemblyAttribute.cs
- ManageRequest.cs
- CodeGroup.cs
- _CommandStream.cs
- XmlAttributeOverrides.cs
- UndirectedGraph.cs
- PreservationFileWriter.cs
- TimeSpanFormat.cs
- Unit.cs
- FileUtil.cs
- FunctionImportElement.cs