Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWebControls / System / Data / WebControls / EntityDataSourceSelectingEventArgs.cs / 1305376 / EntityDataSourceSelectingEventArgs.cs
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....]
// @backupOwner objsdev
//---------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.Objects;
using System.ComponentModel;
using System.Data.Metadata.Edm;
namespace System.Web.UI.WebControls
{
public class EntityDataSourceSelectingEventArgs : System.ComponentModel.CancelEventArgs
{
private readonly EntityDataSource _dataSource;
private readonly DataSourceSelectArguments _selectArguments;
internal EntityDataSourceSelectingEventArgs(EntityDataSource dataSource, DataSourceSelectArguments selectArgs)
{
_dataSource = dataSource;
_selectArguments = selectArgs;
}
public EntityDataSource DataSource
{
get { return _dataSource; }
}
public DataSourceSelectArguments SelectArguments
{
get { return _selectArguments; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....]
// @backupOwner objsdev
//---------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.Objects;
using System.ComponentModel;
using System.Data.Metadata.Edm;
namespace System.Web.UI.WebControls
{
public class EntityDataSourceSelectingEventArgs : System.ComponentModel.CancelEventArgs
{
private readonly EntityDataSource _dataSource;
private readonly DataSourceSelectArguments _selectArguments;
internal EntityDataSourceSelectingEventArgs(EntityDataSource dataSource, DataSourceSelectArguments selectArgs)
{
_dataSource = dataSource;
_selectArguments = selectArgs;
}
public EntityDataSource DataSource
{
get { return _dataSource; }
}
public DataSourceSelectArguments SelectArguments
{
get { return _selectArguments; }
}
}
}
// 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
- CorePropertiesFilter.cs
- HijriCalendar.cs
- Normalization.cs
- DetailsViewUpdatedEventArgs.cs
- GridViewItemAutomationPeer.cs
- SecurityTokenParameters.cs
- EntityExpressionVisitor.cs
- FontFamily.cs
- NativeMethodsOther.cs
- XsltArgumentList.cs
- OdbcEnvironment.cs
- EdmFunction.cs
- filewebresponse.cs
- ListMarkerSourceInfo.cs
- Frame.cs
- TaskResultSetter.cs
- PolyBezierSegmentFigureLogic.cs
- RoutedEventValueSerializer.cs
- DoubleConverter.cs
- ByteFacetDescriptionElement.cs
- LinqDataView.cs
- ProfileModule.cs
- UriSectionReader.cs
- UserControlAutomationPeer.cs
- PageFunction.cs
- EntityConnectionStringBuilder.cs
- NotifyInputEventArgs.cs
- WindowsEditBoxRange.cs
- CompositeScriptReference.cs
- DataSetSchema.cs
- ProtocolsConfiguration.cs
- MissingSatelliteAssemblyException.cs
- DataRowComparer.cs
- DesignerRegion.cs
- GridViewItemAutomationPeer.cs
- ColumnHeaderCollectionEditor.cs
- WebPartAuthorizationEventArgs.cs
- WindowsRebar.cs
- NegotiateStream.cs
- ZoneButton.cs
- CodeIndexerExpression.cs
- Rect3D.cs
- Pen.cs
- Typography.cs
- TemplatedMailWebEventProvider.cs
- ProfileProvider.cs
- StorageEndPropertyMapping.cs
- KeyValueInternalCollection.cs
- TagElement.cs
- MethodExpr.cs
- TargetParameterCountException.cs
- DebugInfo.cs
- HtmlInputPassword.cs
- NativeMethods.cs
- TraceData.cs
- SecurityTokenRequirement.cs
- ButtonColumn.cs
- SqlDataSourceEnumerator.cs
- ErrorWebPart.cs
- SizeF.cs
- FrameworkReadOnlyPropertyMetadata.cs
- ExceptionUtil.cs
- Panel.cs
- DbException.cs
- WasEndpointConfigContainer.cs
- AuthorizationSection.cs
- ReadOnlyDataSource.cs
- CqlBlock.cs
- DirectoryObjectSecurity.cs
- Subset.cs
- Panel.cs
- ObjectNotFoundException.cs
- XmlSerializationWriter.cs
- RuleCache.cs
- EditorZone.cs
- EdmToObjectNamespaceMap.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- ListViewGroupConverter.cs
- CodeTypeMemberCollection.cs
- LocationReference.cs
- TreeView.cs
- InstanceDescriptor.cs
- DataSourceControlBuilder.cs
- ValidatingPropertiesEventArgs.cs
- MissingFieldException.cs
- XmlILConstructAnalyzer.cs
- MessageDesigner.cs
- SelectionManager.cs
- ArithmeticLiteral.cs
- WeakReference.cs
- Application.cs
- StringWriter.cs
- __FastResourceComparer.cs
- ColumnResizeAdorner.cs
- CodeExpressionStatement.cs
- PagePropertiesChangingEventArgs.cs
- InheritanceContextChangedEventManager.cs
- PasswordPropertyTextAttribute.cs
- Cell.cs
- XD.cs