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
- XmlSigningNodeWriter.cs
- ToggleButton.cs
- OdbcConnection.cs
- Base64Stream.cs
- UriSection.cs
- RequestStatusBarUpdateEventArgs.cs
- WorkflowServiceBehavior.cs
- MatrixCamera.cs
- RuntimeResourceSet.cs
- ReflectionUtil.cs
- PropertyStore.cs
- HostedElements.cs
- BitmapMetadataEnumerator.cs
- DataGridViewRowsAddedEventArgs.cs
- LogExtentCollection.cs
- CaseStatementSlot.cs
- ReaderWriterLockWrapper.cs
- RawKeyboardInputReport.cs
- ObjectDataProvider.cs
- DeferrableContentConverter.cs
- WebPartTransformer.cs
- TripleDESCryptoServiceProvider.cs
- CheckoutException.cs
- DiffuseMaterial.cs
- RegularExpressionValidator.cs
- ArraySubsetEnumerator.cs
- CodeVariableReferenceExpression.cs
- OdbcDataAdapter.cs
- TreeViewEvent.cs
- GridSplitterAutomationPeer.cs
- COSERVERINFO.cs
- TreeNodeClickEventArgs.cs
- Int16Storage.cs
- ExpandedWrapper.cs
- XmlSchemaSimpleTypeUnion.cs
- WebPartCloseVerb.cs
- RichTextBoxAutomationPeer.cs
- FontDialog.cs
- Condition.cs
- SByte.cs
- DialogResultConverter.cs
- TimeSpanStorage.cs
- XmlSchemaAnnotation.cs
- XmlDataSourceView.cs
- EdmFunction.cs
- ViewValidator.cs
- Component.cs
- Debug.cs
- WorkItem.cs
- XPathNodeIterator.cs
- FileIOPermission.cs
- XmlName.cs
- StreamInfo.cs
- GenericTextProperties.cs
- WebPartMovingEventArgs.cs
- DependencyObject.cs
- Help.cs
- PropertyInfo.cs
- SqlTriggerContext.cs
- XmlSchemas.cs
- ControlParser.cs
- MemberInfoSerializationHolder.cs
- GeometryGroup.cs
- DynamicValidatorEventArgs.cs
- MarkupExtensionReturnTypeAttribute.cs
- Expression.cs
- StructuredTypeEmitter.cs
- RtfToXamlReader.cs
- RectIndependentAnimationStorage.cs
- EditorZoneDesigner.cs
- WindowsSolidBrush.cs
- FormsAuthenticationEventArgs.cs
- NamespaceEmitter.cs
- QilTernary.cs
- SaveFileDialog.cs
- DictionaryGlobals.cs
- RequiredFieldValidator.cs
- ClientBuildManager.cs
- WebScriptMetadataFormatter.cs
- SHA1.cs
- TextBoxLine.cs
- LoginCancelEventArgs.cs
- EntityDataSourceWizardForm.cs
- ConfigXmlCDataSection.cs
- DataContractSerializerSection.cs
- Rotation3D.cs
- QuestionEventArgs.cs
- Pts.cs
- EntityDataSourceSelectingEventArgs.cs
- DataGridViewComboBoxEditingControl.cs
- DataFormat.cs
- XmlResolver.cs
- ImportCatalogPart.cs
- BufferedWebEventProvider.cs
- SkinBuilder.cs
- DesignerAttribute.cs
- SoapRpcServiceAttribute.cs
- MatrixAnimationUsingPath.cs
- DomNameTable.cs
- SystemIPInterfaceStatistics.cs