Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / LinqDataSourceContextEventArgs.cs / 1305376 / LinqDataSourceContextEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- #if ORYX_VNEXT namespace Microsoft.Web.Data.UI.WebControls { using System.Web; using System.Web.UI; #else namespace System.Web.UI.WebControls { #endif using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; public class LinqDataSourceContextEventArgs : EventArgs { private object _objectInstance; private DataSourceOperation _operation; public LinqDataSourceContextEventArgs() { _operation = DataSourceOperation.Select; } public LinqDataSourceContextEventArgs(DataSourceOperation operation) { _operation = operation; } public object ObjectInstance { get { return _objectInstance; } set { _objectInstance = value; } } public DataSourceOperation Operation { get { return _operation; } } } } // 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
- FontFaceLayoutInfo.cs
- XPathNodeList.cs
- DeviceFiltersSection.cs
- ModelUIElement3D.cs
- MailSettingsSection.cs
- Atom10ItemFormatter.cs
- ChameleonKey.cs
- OpCodes.cs
- TextPointer.cs
- OdbcUtils.cs
- HttpCachePolicyElement.cs
- JsonCollectionDataContract.cs
- FlagsAttribute.cs
- HScrollProperties.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ResourceAttributes.cs
- SettingsSection.cs
- NotifyCollectionChangedEventArgs.cs
- ExtendLockCommand.cs
- QueuePathEditor.cs
- StyleHelper.cs
- PolyLineSegment.cs
- EnvelopedSignatureTransform.cs
- NativeMethods.cs
- SubclassTypeValidator.cs
- RestClientProxyHandler.cs
- ObjectContext.cs
- ExpressionEvaluator.cs
- SamlAuthenticationStatement.cs
- ListSortDescriptionCollection.cs
- IriParsingElement.cs
- TableAdapterManagerMethodGenerator.cs
- FamilyMapCollection.cs
- _ListenerAsyncResult.cs
- WebRequest.cs
- DataSourceView.cs
- BamlRecords.cs
- BitSet.cs
- FormsAuthenticationUser.cs
- Win32SafeHandles.cs
- StringUtil.cs
- WindowsFormsLinkLabel.cs
- DataGridColumnCollection.cs
- Size3D.cs
- XmlBinaryReader.cs
- BCLDebug.cs
- IconConverter.cs
- StyleXamlParser.cs
- EventLogPermissionAttribute.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- DataRelationPropertyDescriptor.cs
- IsolatedStoragePermission.cs
- LookupBindingPropertiesAttribute.cs
- ProxyWebPart.cs
- RemotingAttributes.cs
- WeakHashtable.cs
- ToolStripMenuItem.cs
- DbConvert.cs
- EntityDataSourceContextDisposingEventArgs.cs
- DataGridState.cs
- DataStreamFromComStream.cs
- COM2ComponentEditor.cs
- BitArray.cs
- SelectionUIHandler.cs
- SinglePageViewer.cs
- AttributedMetaModel.cs
- ClientRoleProvider.cs
- FamilyCollection.cs
- ResourcePool.cs
- NameTable.cs
- PointIndependentAnimationStorage.cs
- SHA1.cs
- GlyphRunDrawing.cs
- StatusBarItemAutomationPeer.cs
- HtmlAnchor.cs
- DictionaryManager.cs
- AudioFormatConverter.cs
- ComponentDispatcherThread.cs
- TabControlAutomationPeer.cs
- BaseDataListPage.cs
- InlineCollection.cs
- EasingFunctionBase.cs
- ProxyWebPart.cs
- IPHostEntry.cs
- HierarchicalDataBoundControl.cs
- NotificationContext.cs
- RemoveStoryboard.cs
- SemanticResultKey.cs
- ApplicationManager.cs
- InertiaTranslationBehavior.cs
- DESCryptoServiceProvider.cs
- DataTrigger.cs
- FastPropertyAccessor.cs
- AuthenticationModeHelper.cs
- WebServiceBindingAttribute.cs
- XmlSchemaAttribute.cs
- HtmlContainerControl.cs
- BCLDebug.cs
- MobileComponentEditorPage.cs
- SqlEnums.cs