Property | Type | Description | |
---|---|---|---|
OnEmailAddressChanged | void | ||
OnEmailAddressChanging | void | ||
OnFullNameChanged | void | ||
OnFullNameChanging | void | ||
OnIDChanged | void | ||
OnIDChanging | void | ||
OnInsertedChanged | void | ||
OnInsertedChanging | void | ||
OnVoxalotAccountNumberChanged | void | ||
OnVoxalotAccountNumberChanging | void | ||
OnVoxalotAccountTypeChanged | void | ||
OnVoxalotAccountTypeChanging | void | ||
OnVoxalotExportChanged | void | ||
OnVoxalotExportChanging | void |
Method | Description | |
---|---|---|
CreateVoxalotMigration ( global id, global fullName, global emailAddress, global voxalotAccountNumber, global voxalotAccountType, global voxalotExport, global inserted ) : |
Erstellt ein neues VoxalotMigration-Objekt.
|
Method | Description | |
---|---|---|
OnEmailAddressChanged ( ) : void | ||
OnEmailAddressChanging ( global value ) : void | ||
OnFullNameChanged ( ) : void | ||
OnFullNameChanging ( global value ) : void | ||
OnIDChanged ( ) : void | ||
OnIDChanging ( global value ) : void | ||
OnInsertedChanged ( ) : void | ||
OnInsertedChanging ( global value ) : void | ||
OnVoxalotAccountNumberChanged ( ) : void | ||
OnVoxalotAccountNumberChanging ( global value ) : void | ||
OnVoxalotAccountTypeChanged ( ) : void | ||
OnVoxalotAccountTypeChanging ( global value ) : void | ||
OnVoxalotExportChanged ( ) : void | ||
OnVoxalotExportChanging ( global value ) : void |
public static CreateVoxalotMigration ( global id, global fullName, global emailAddress, global voxalotAccountNumber, global voxalotAccountType, global voxalotExport, global inserted ) : |
||
id | global | Anfangswert der Eigenschaft ID. |
fullName | global | Anfangswert der Eigenschaft FullName. |
emailAddress | global | Anfangswert der Eigenschaft EmailAddress. |
voxalotAccountNumber | global | Anfangswert der Eigenschaft VoxalotAccountNumber. |
voxalotAccountType | global | Anfangswert der Eigenschaft VoxalotAccountType. |
voxalotExport | global | Anfangswert der Eigenschaft VoxalotExport. |
inserted | global | Anfangswert der Eigenschaft Inserted. |
return |