pmMDA.NET

ItemReplacementUpdate Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ItemReplacementUpdate class.

public ItemReplacementUpdate(
   DataObjectUpdate item,
   string fieldName,
   int index
);

Parameters

item
The item which replaces another item represented through a data object update.
fieldName
The name of the field of the indexed property.
index
The index where the item replaces the old item.

Exceptions

Exception Type Condition
ArgumentNullException item is null.
- or -
fieldName is null.
ArgumentOutOfRangeException index is less than zero.

See Also

ItemReplacementUpdate Class | PmMda.Net.Dog.Updates Namespace