Name | Description | |
---|---|---|
init | Initializes the DataTupleChange. Called during construction. |
Name | Description | |
---|---|---|
newOrdinals | Gets the ordinal numbers of this tuple in the new data result. | |
oldOrdinals | Gets the ordinal numbers of this tuple in the old data result. | |
tuple | Gets the tuple. See Dundas.BI.WebApi.Models.DataTupleData for return structure. |
Name | Description | |
---|---|---|
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |