SimpleDelta

Overview

Simple delta contains a set of changes for a single table.

Location


 

constructor

 

constructor

 

SimpleDelta()

 

init()

 

Sub New()

Fields

List of fields to change. All the new and old value lists have to match up with the field list.

 

property Fields: array of String read write;

 

String[] Fields { get; set; }

 

var Fields: String... { get{} set{} }

 

Property Fields() As String()

GetAttributeCount    (declared in ComplexType)

 

method GetAttributeCount: Int32

 

Int32 GetAttributeCount()

 

func GetAttributeCount() -> Int32

 

Function GetAttributeCount() As Int32

GetAttributeName    (declared in ComplexType)

 

method GetAttributeName(index: Int32): String

 

String GetAttributeName(Int32 index)

 

func GetAttributeName(_ index: Int32) -> String

 

Function GetAttributeName(index As Int32) As String

Parameters:

  • index:

GetAttributeValue    (declared in ComplexType)

 

method GetAttributeValue(index: Int32): String

 

String GetAttributeValue(Int32 index)

 

func GetAttributeValue(_ index: Int32) -> String

 

Function GetAttributeValue(index As Int32) As String

Parameters:

  • index:

PropertyChanged    (declared in ComplexType)

 

event PropertyChanged: PropertyChangedEventHandler

 

delegate PropertyChangedEventHandler PropertyChanged()

 

__event PropertyChangedEventHandler: PropertyChanged!

 

Event PropertyChanged As PropertyChangedEventHandler

ReadComplex (Serializer)

 

method ReadComplex(aSerializer: Serializer)

 

void ReadComplex(Serializer aSerializer)

 

func ReadComplex(_ aSerializer: Serializer)

 

Sub ReadComplex(aSerializer As Serializer)

Parameters:

  • aSerializer:

ReadComplex (Serializer)    (declared in ComplexType)

 

method ReadComplex(serializer: Serializer)

 

void ReadComplex(Serializer serializer)

 

func ReadComplex(_ serializer: Serializer)

 

Sub ReadComplex(serializer As Serializer)

Parameters:

  • serializer:

Rows

The rows to change/update.

 

property Rows: array of SimpleDeltaChange read write;

 

SimpleDeltaChange[] Rows { get; set; }

 

var Rows: SimpleDeltaChange... { get{} set{} }

 

Property Rows() As SimpleDeltaChange()

TableName

Table to update

 

property TableName: String read write;

 

String TableName { get; set; }

 

var TableName: String { get{} set{} }

 

Property TableName() As String

TriggerPropertyChanged  protected    (declared in ComplexType)

 

method TriggerPropertyChanged(propertyName: String)

 

void TriggerPropertyChanged(String propertyName)

 

func TriggerPropertyChanged(_ propertyName: String)

 

Sub TriggerPropertyChanged(propertyName As String)

Parameters:

  • propertyName:

WriteComplex (Serializer)

 

method WriteComplex(aSerializer: Serializer)

 

void WriteComplex(Serializer aSerializer)

 

func WriteComplex(_ aSerializer: Serializer)

 

Sub WriteComplex(aSerializer As Serializer)

Parameters:

  • aSerializer:

WriteComplex (Serializer)    (declared in ComplexType)

 

method WriteComplex(serializer: Serializer)

 

void WriteComplex(Serializer serializer)

 

func WriteComplex(_ serializer: Serializer)

 

Sub WriteComplex(serializer As Serializer)

Parameters:

  • serializer:

 

Fields

List of fields to change. All the new and old value lists have to match up with the field list.

 

property Fields: array of String read write;

 

String[] Fields { get; set; }

 

var Fields: String... { get{} set{} }

 

Property Fields() As String()

Rows

The rows to change/update.

 

property Rows: array of SimpleDeltaChange read write;

 

SimpleDeltaChange[] Rows { get; set; }

 

var Rows: SimpleDeltaChange... { get{} set{} }

 

Property Rows() As SimpleDeltaChange()

TableName

Table to update

 

property TableName: String read write;

 

String TableName { get; set; }

 

var TableName: String { get{} set{} }

 

Property TableName() As String

 

constructor

 

constructor

 

SimpleDelta()

 

init()

 

Sub New()

GetAttributeCount    (declared in ComplexType)

 

method GetAttributeCount: Int32

 

Int32 GetAttributeCount()

 

func GetAttributeCount() -> Int32

 

Function GetAttributeCount() As Int32

GetAttributeName    (declared in ComplexType)

 

method GetAttributeName(index: Int32): String

 

String GetAttributeName(Int32 index)

 

func GetAttributeName(_ index: Int32) -> String

 

Function GetAttributeName(index As Int32) As String

Parameters:

  • index:

GetAttributeValue    (declared in ComplexType)

 

method GetAttributeValue(index: Int32): String

 

String GetAttributeValue(Int32 index)

 

func GetAttributeValue(_ index: Int32) -> String

 

Function GetAttributeValue(index As Int32) As String

Parameters:

  • index:

ReadComplex (Serializer)

 

method ReadComplex(aSerializer: Serializer)

 

void ReadComplex(Serializer aSerializer)

 

func ReadComplex(_ aSerializer: Serializer)

 

Sub ReadComplex(aSerializer As Serializer)

Parameters:

  • aSerializer:

ReadComplex (Serializer)    (declared in ComplexType)

 

method ReadComplex(serializer: Serializer)

 

void ReadComplex(Serializer serializer)

 

func ReadComplex(_ serializer: Serializer)

 

Sub ReadComplex(serializer As Serializer)

Parameters:

  • serializer:

TriggerPropertyChanged  protected    (declared in ComplexType)

 

method TriggerPropertyChanged(propertyName: String)

 

void TriggerPropertyChanged(String propertyName)

 

func TriggerPropertyChanged(_ propertyName: String)

 

Sub TriggerPropertyChanged(propertyName As String)

Parameters:

  • propertyName:

WriteComplex (Serializer)

 

method WriteComplex(aSerializer: Serializer)

 

void WriteComplex(Serializer aSerializer)

 

func WriteComplex(_ aSerializer: Serializer)

 

Sub WriteComplex(aSerializer As Serializer)

Parameters:

  • aSerializer:

WriteComplex (Serializer)    (declared in ComplexType)

 

method WriteComplex(serializer: Serializer)

 

void WriteComplex(Serializer serializer)

 

func WriteComplex(_ serializer: Serializer)

 

Sub WriteComplex(serializer As Serializer)

Parameters:

  • serializer:

 

PropertyChanged    (declared in ComplexType)

 

event PropertyChanged: PropertyChangedEventHandler

 

delegate PropertyChangedEventHandler PropertyChanged()

 

__event PropertyChangedEventHandler: PropertyChanged!

 

Event PropertyChanged As PropertyChangedEventHandler

 

  • SimpleDelta Class: