C# Class SIPSorcery.Entities.VoxalotMigration

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: TilmannBach/sipsorcery-fork Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
CreateVoxalotMigration ( global id, global fullName, global emailAddress, global voxalotAccountNumber, global voxalotAccountType, global voxalotExport, global inserted ) : VoxalotMigration

Erstellt ein neues VoxalotMigration-Objekt.

Private Methods

Méthode 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

Method Details

CreateVoxalotMigration() public static méthode

Erstellt ein neues VoxalotMigration-Objekt.
public static CreateVoxalotMigration ( global id, global fullName, global emailAddress, global voxalotAccountNumber, global voxalotAccountType, global voxalotExport, global inserted ) : VoxalotMigration
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.
Résultat VoxalotMigration