Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataWebControls / System / Data / WebControls / EntityDataSourceChangingEventArgs.cs / 1 / EntityDataSourceChangingEventArgs.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.Data.Objects;
namespace System.Web.UI.WebControls
{
public class EntityDataSourceChangingEventArgs : System.ComponentModel.CancelEventArgs
{
private readonly ObjectContext _context;
private readonly Exception _exception = null;
private bool _exceptionHandled = false;
private readonly object _entity = null;
internal EntityDataSourceChangingEventArgs(ObjectContext context, object entity)
{
_context = context;
_entity = entity;
}
internal EntityDataSourceChangingEventArgs(Exception exception)
{
_exception = exception;
}
public Exception Exception
{
get { return _exception; }
}
public bool ExceptionHandled
{
get { return _exceptionHandled; }
set { _exceptionHandled = value; }
}
public object Entity
{
get { return _entity; }
}
public ObjectContext Context
{
get { return _context; }
}
}
}
// 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.Data.Objects;
namespace System.Web.UI.WebControls
{
public class EntityDataSourceChangingEventArgs : System.ComponentModel.CancelEventArgs
{
private readonly ObjectContext _context;
private readonly Exception _exception = null;
private bool _exceptionHandled = false;
private readonly object _entity = null;
internal EntityDataSourceChangingEventArgs(ObjectContext context, object entity)
{
_context = context;
_entity = entity;
}
internal EntityDataSourceChangingEventArgs(Exception exception)
{
_exception = exception;
}
public Exception Exception
{
get { return _exception; }
}
public bool ExceptionHandled
{
get { return _exceptionHandled; }
set { _exceptionHandled = value; }
}
public object Entity
{
get { return _entity; }
}
public ObjectContext Context
{
get { return _context; }
}
}
}
// 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
- SafeHandles.cs
- UndirectedGraph.cs
- shaperfactory.cs
- FixUpCollection.cs
- ControlAdapter.cs
- PersonalizationStateInfo.cs
- ping.cs
- UdpDiscoveryEndpointElement.cs
- DataTableMapping.cs
- OdbcCommand.cs
- HtmlInputSubmit.cs
- XPathException.cs
- XmlAggregates.cs
- FileUpload.cs
- basemetadatamappingvisitor.cs
- FrameworkContentElementAutomationPeer.cs
- CodeGroup.cs
- ListViewSelectEventArgs.cs
- EntityContainerEntitySetDefiningQuery.cs
- MonthChangedEventArgs.cs
- CodeGenerator.cs
- ComponentGlyph.cs
- TypeUtils.cs
- ColorBlend.cs
- TextSchema.cs
- ListViewContainer.cs
- HttpStreamMessage.cs
- DirectoryNotFoundException.cs
- GatewayIPAddressInformationCollection.cs
- DesignObjectWrapper.cs
- XmlObjectSerializerContext.cs
- WindowsPrincipal.cs
- MetadataArtifactLoaderFile.cs
- ServiceCredentialsSecurityTokenManager.cs
- Invariant.cs
- MarkupObject.cs
- ActivityDesignerAccessibleObject.cs
- Stream.cs
- WorkItem.cs
- OdbcConnectionHandle.cs
- SqlGenericUtil.cs
- NativeMethods.cs
- COSERVERINFO.cs
- FileVersionInfo.cs
- InputManager.cs
- WebPartsSection.cs
- EllipticalNodeOperations.cs
- EdmMember.cs
- FileReservationCollection.cs
- MbpInfo.cs
- NoClickablePointException.cs
- SystemPens.cs
- SpanIndex.cs
- ClientSettingsProvider.cs
- Condition.cs
- SystemUnicastIPAddressInformation.cs
- ExecutionContext.cs
- CultureInfo.cs
- UnknownBitmapDecoder.cs
- VirtualizingPanel.cs
- ConnectionInterfaceCollection.cs
- MessageDesigner.cs
- PTConverter.cs
- PersistenceTypeAttribute.cs
- ConfigXmlWhitespace.cs
- InvalidPrinterException.cs
- TrustManagerPromptUI.cs
- SmiRecordBuffer.cs
- DataTablePropertyDescriptor.cs
- TemplateManager.cs
- Stacktrace.cs
- bidPrivateBase.cs
- CollectionBase.cs
- EntityContainer.cs
- Color.cs
- RegexReplacement.cs
- ControlType.cs
- Attachment.cs
- LineServicesRun.cs
- RequestCache.cs
- StubHelpers.cs
- ListItemConverter.cs
- ResourceReferenceExpressionConverter.cs
- DataGridViewRowPrePaintEventArgs.cs
- DirectoryInfo.cs
- Assembly.cs
- VersionConverter.cs
- __Error.cs
- ObjectListDataBindEventArgs.cs
- SiteMapPathDesigner.cs
- ObjectItemCachedAssemblyLoader.cs
- LineVisual.cs
- EDesignUtil.cs
- HtmlTable.cs
- OracleBoolean.cs
- ListBox.cs
- StringConcat.cs
- CreateUserWizard.cs
- SamlAudienceRestrictionCondition.cs
- ProfileSettings.cs