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
- XmlSchemaComplexContentExtension.cs
- NoResizeSelectionBorderGlyph.cs
- DataObjectAttribute.cs
- TableLayoutSettingsTypeConverter.cs
- StaticExtension.cs
- ZoneIdentityPermission.cs
- SemanticAnalyzer.cs
- SelectionBorderGlyph.cs
- SynchronizedDispatch.cs
- AspCompat.cs
- ACL.cs
- XPathBinder.cs
- ScaleTransform.cs
- BuildProvider.cs
- TypeConverterHelper.cs
- InputLangChangeEvent.cs
- MonitoringDescriptionAttribute.cs
- SQLDateTime.cs
- DbProviderSpecificTypePropertyAttribute.cs
- DesignerSerializationVisibilityAttribute.cs
- DataGridViewCellFormattingEventArgs.cs
- PasswordBox.cs
- TextParagraphView.cs
- HebrewNumber.cs
- HandleCollector.cs
- ToolStripOverflow.cs
- WinFormsUtils.cs
- ValidatorCollection.cs
- SimpleMailWebEventProvider.cs
- HttpHandlersSection.cs
- ReadOnlyDictionary.cs
- PenLineJoinValidation.cs
- TransactionBehavior.cs
- ChannelSinkStacks.cs
- LifetimeServices.cs
- SpotLight.cs
- ChangeNode.cs
- TypeInitializationException.cs
- SoapSchemaMember.cs
- KoreanCalendar.cs
- QilNode.cs
- ContextProperty.cs
- ReliabilityContractAttribute.cs
- CustomErrorsSection.cs
- OdbcReferenceCollection.cs
- TiffBitmapEncoder.cs
- XmlFormatExtensionPrefixAttribute.cs
- State.cs
- ColumnWidthChangedEvent.cs
- PartitionedStreamMerger.cs
- HandlerBase.cs
- ISAPIApplicationHost.cs
- NetNamedPipeBindingElement.cs
- Pool.cs
- Win32NamedPipes.cs
- AnnotationHighlightLayer.cs
- IsolatedStorageFile.cs
- StructuredTypeInfo.cs
- _ListenerAsyncResult.cs
- InlineCollection.cs
- XmlNodeChangedEventArgs.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- TextRangeEditLists.cs
- OSFeature.cs
- OracleBFile.cs
- Condition.cs
- CryptoConfig.cs
- FormClosedEvent.cs
- WsdlWriter.cs
- ReturnEventArgs.cs
- MessageDispatch.cs
- SafeHandles.cs
- Query.cs
- UdpChannelFactory.cs
- SequenceDesigner.xaml.cs
- FtpCachePolicyElement.cs
- CollectionsUtil.cs
- ParsedAttributeCollection.cs
- HitTestParameters.cs
- Normalization.cs
- ChannelListenerBase.cs
- DesignerTransactionCloseEvent.cs
- DomainConstraint.cs
- RectangleGeometry.cs
- MappingSource.cs
- VideoDrawing.cs
- RotateTransform3D.cs
- TransformerTypeCollection.cs
- CriticalHandle.cs
- ItemCollection.cs
- autovalidator.cs
- MD5CryptoServiceProvider.cs
- WebPartMinimizeVerb.cs
- CommonDialog.cs
- DataGridViewAccessibleObject.cs
- RowToParametersTransformer.cs
- DBSchemaRow.cs
- XmlSchemaIdentityConstraint.cs
- OperationContractAttribute.cs
- AppSettingsReader.cs