NewOrUpdatedItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the new or updated item.
public ref class NewOrUpdatedItem sealed : Microsoft::Xrm::Sdk::IChangedItem, System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="NewOrUpdatedItem", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")]
public sealed class NewOrUpdatedItem : Microsoft.Xrm.Sdk.IChangedItem, System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="NewOrUpdatedItem", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")>]
type NewOrUpdatedItem = class
interface IChangedItem
interface IExtensibleDataObject
Public NotInheritable Class NewOrUpdatedItem
Implements IChangedItem, IExtensibleDataObject
- Inheritance
-
NewOrUpdatedItem
- Attributes
- Implements
Constructors
NewOrUpdatedItem() | |
NewOrUpdatedItem(ChangeType, Entity) |
Initializes a new instance of the NewOrUpdatedItem class. |
Properties
ExtensionData |
Gets or sets the extension data. |
NewOrUpdatedEntity |
Gets or sets the new or updated entity. |
Type |
Gets or sets the change type. |