NewOrUpdatedItem Constructors
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.
Overloads
NewOrUpdatedItem() | |
NewOrUpdatedItem(ChangeType, Entity) |
Initializes a new instance of the NewOrUpdatedItem class. |
NewOrUpdatedItem()
public NewOrUpdatedItem ();
Public Sub New ()
Applies to
NewOrUpdatedItem(ChangeType, Entity)
Initializes a new instance of the NewOrUpdatedItem class.
public:
NewOrUpdatedItem(Microsoft::Xrm::Sdk::ChangeType type, Microsoft::Xrm::Sdk::Entity ^ entity);
public NewOrUpdatedItem (Microsoft.Xrm.Sdk.ChangeType type, Microsoft.Xrm.Sdk.Entity entity);
new Microsoft.Xrm.Sdk.NewOrUpdatedItem : Microsoft.Xrm.Sdk.ChangeType * Microsoft.Xrm.Sdk.Entity -> Microsoft.Xrm.Sdk.NewOrUpdatedItem
Public Sub New (type As ChangeType, entity As Entity)
Parameters
- type
- ChangeType
Specifies the change type.
- entity
- Entity
Specifies the entity.