Table of Contents

Class TableValueChange

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common.Subscription.Monitors
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Represents a table value change.

public class TableValueChange
Inheritance
TableValueChange
Extension Methods

Constructors

TableValueChange(Param, string, IDms, int, IDictionary<string, object[]>, string[], bool)

Initializes a new instance of the TableValueChange class.

Properties

DataSource

The data from the monitored parameter.

DeletedRows

Gets the rows that are deleted in the table.

Dms

Gets an object implementing the IDms interface.

IsInitialData

Gets if this is the initial data that is received after creating the subscription.

MonitorSource

Gets the source that created the subscription.

PrimaryKeyColumnIdx

Gets the IDX of the table index column.

UpdatedRows

Gets the updated rows.

Methods

Equals(TableValueChange)

Determines whether two object instances are equal.

Equals(object)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Calculates the hash code for this object.

ToString()

Textual representation of this TableValueChange