AVEVA Database .NET Public Interface

DbRawChanges Methods

The methods of the DbRawChanges class are listed below. For a complete list of DbRawChanges class members, see the DbRawChanges Members topic.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
isDeleted Tests if element has been deleted.
isModified Tests if element has been modified.
isTopLevelCreate Tests if element has been created.
isTopLevelDelete Tests if a 'top level' deletion. e.g. if you delete an equipment then the equipment is 'top level' but the owned primitives are not.
NextCreation Get next element created.
NextDeletion get next element deleted.
NextModification get next element modified.
Reset Reset the methods 'NextCreatio', 'NextDeletion', 'NextNodification'.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

DbRawChanges Class | Aveva.Pdms.Database Namespace