Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / Binding / EntityChangedParams.cs / 1305376 / EntityChangedParams.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// EntityChangedParams class // // //--------------------------------------------------------------------- namespace System.Data.Services.Client { ///Encapsulates the arguments of EntityChanged delegate [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704", Justification = "Name gets too long with Parameters")] public sealed class EntityChangedParams { #region Fields ///Context associated with the BindingObserver. private readonly DataServiceContext context; ///The entity object that has changed. private readonly object entity; ///The property of the entity that has changed. private readonly string propertyName; ///The current value of the target property. private readonly object propertyValue; ///Entity set to which the entity object belongs private readonly string sourceEntitySet; ///Entity set to which the target propertyValue entity belongs private readonly string targetEntitySet; #endregion #region Constructor ////// Construct an EntityChangedParams object. /// /// Context to which the entity and propertyValue belong. /// The entity object that has changed. /// The property of the target entity object that has changed. /// The current value of the entity property. /// Entity set to which the entity object belongs /// Entity set to which the target propertyValue entity belongs internal EntityChangedParams( DataServiceContext context, object entity, string propertyName, object propertyValue, string sourceEntitySet, string targetEntitySet) { this.context = context; this.entity = entity; this.propertyName = propertyName; this.propertyValue = propertyValue; this.sourceEntitySet = sourceEntitySet; this.targetEntitySet = targetEntitySet; } #endregion #region Properties ///Context associated with the BindingObserver. public DataServiceContext Context { get { return this.context; } } ///The entity object that has changed. public object Entity { get { return this.entity; } } ///The property of the target entity object that has changed. public string PropertyName { get { return this.propertyName; } } ///The current value of the entity property. public object PropertyValue { get { return this.propertyValue; } } ///Entity set to which the entity object belongs public string SourceEntitySet { get { return this.sourceEntitySet; } } ///Entity set to which the target propertyValue entity belongs public string TargetEntitySet { get { return this.targetEntitySet; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// EntityChangedParams class // // //--------------------------------------------------------------------- namespace System.Data.Services.Client { ///Encapsulates the arguments of EntityChanged delegate [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704", Justification = "Name gets too long with Parameters")] public sealed class EntityChangedParams { #region Fields ///Context associated with the BindingObserver. private readonly DataServiceContext context; ///The entity object that has changed. private readonly object entity; ///The property of the entity that has changed. private readonly string propertyName; ///The current value of the target property. private readonly object propertyValue; ///Entity set to which the entity object belongs private readonly string sourceEntitySet; ///Entity set to which the target propertyValue entity belongs private readonly string targetEntitySet; #endregion #region Constructor ////// Construct an EntityChangedParams object. /// /// Context to which the entity and propertyValue belong. /// The entity object that has changed. /// The property of the target entity object that has changed. /// The current value of the entity property. /// Entity set to which the entity object belongs /// Entity set to which the target propertyValue entity belongs internal EntityChangedParams( DataServiceContext context, object entity, string propertyName, object propertyValue, string sourceEntitySet, string targetEntitySet) { this.context = context; this.entity = entity; this.propertyName = propertyName; this.propertyValue = propertyValue; this.sourceEntitySet = sourceEntitySet; this.targetEntitySet = targetEntitySet; } #endregion #region Properties ///Context associated with the BindingObserver. public DataServiceContext Context { get { return this.context; } } ///The entity object that has changed. public object Entity { get { return this.entity; } } ///The property of the target entity object that has changed. public string PropertyName { get { return this.propertyName; } } ///The current value of the entity property. public object PropertyValue { get { return this.propertyValue; } } ///Entity set to which the entity object belongs public string SourceEntitySet { get { return this.sourceEntitySet; } } ///Entity set to which the target propertyValue entity belongs public string TargetEntitySet { get { return this.targetEntitySet; } } #endregion } } // 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
- ActivityExecutorSurrogate.cs
- UnsafeNativeMethodsCLR.cs
- RouteItem.cs
- VScrollBar.cs
- DaylightTime.cs
- DataViewListener.cs
- DecoderFallback.cs
- ExpandCollapsePattern.cs
- DataGridSortingEventArgs.cs
- TextLine.cs
- DictationGrammar.cs
- SamlDoNotCacheCondition.cs
- ThreadStartException.cs
- FrameAutomationPeer.cs
- DecimalAnimationBase.cs
- infer.cs
- ParentUndoUnit.cs
- CompatibleIComparer.cs
- storepermissionattribute.cs
- ScriptHandlerFactory.cs
- SerialStream.cs
- Label.cs
- SHA1CryptoServiceProvider.cs
- HtmlInputImage.cs
- XmlTextReader.cs
- HMACSHA256.cs
- OwnerDrawPropertyBag.cs
- PolicyManager.cs
- ScopeElementCollection.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- CustomDictionarySources.cs
- ResourceDictionaryCollection.cs
- AccessibleObject.cs
- DataControlCommands.cs
- XmlTextWriter.cs
- ContextMenuAutomationPeer.cs
- GetPageNumberCompletedEventArgs.cs
- StrokeDescriptor.cs
- EventWaitHandleSecurity.cs
- DiscoveryExceptionDictionary.cs
- StdValidatorsAndConverters.cs
- EqualityComparer.cs
- DatePicker.cs
- TransactionState.cs
- ComponentConverter.cs
- ByteFacetDescriptionElement.cs
- SendKeys.cs
- TypeConverter.cs
- coordinatorfactory.cs
- WsiProfilesElement.cs
- __FastResourceComparer.cs
- ListViewTableCell.cs
- ContextMenuStripGroupCollection.cs
- AlignmentYValidation.cs
- TabletCollection.cs
- Int32CAMarshaler.cs
- InvokeGenerator.cs
- SoapEnumAttribute.cs
- CustomAssemblyResolver.cs
- MetadataArtifactLoaderFile.cs
- StringOutput.cs
- WebMessageEncodingElement.cs
- DataSourceProvider.cs
- InternalResources.cs
- AuthenticatedStream.cs
- Accessible.cs
- LambdaSerializationException.cs
- ServiceEndpointElementCollection.cs
- Color.cs
- ToolStripSeparatorRenderEventArgs.cs
- WindowsScrollBarBits.cs
- CngKeyBlobFormat.cs
- SHA256Managed.cs
- DockEditor.cs
- MetadataCache.cs
- InkCanvasAutomationPeer.cs
- SafeUserTokenHandle.cs
- DecimalConstantAttribute.cs
- XamlBrushSerializer.cs
- PagesChangedEventArgs.cs
- SystemSounds.cs
- WinEventWrap.cs
- MergePropertyDescriptor.cs
- ParentUndoUnit.cs
- XhtmlConformanceSection.cs
- MD5.cs
- TdsEnums.cs
- Soap12ProtocolReflector.cs
- RSACryptoServiceProvider.cs
- TransformationRules.cs
- ExceptionHandler.cs
- DataTemplateKey.cs
- TextTreeNode.cs
- TextCharacters.cs
- PlatformNotSupportedException.cs
- MachineKeyConverter.cs
- HttpListenerResponse.cs
- DesignerTransaction.cs
- SafeReadContext.cs
- UdpReplyToBehavior.cs