C# Class Rock.Transactions.SaveMetaphoneTransaction

Updates metaphone data when a person is added or updated.
Inheritance: ITransaction
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
Execute ( ) : void

Execute method to write transaction to the database.

SaveMetaphoneTransaction ( Person person ) : System

Initializes a new instance of the SaveMetaphoneTransaction class.

Private Methods

Méthode Description
AddName ( string name ) : void

Method Details

Execute() public méthode

Execute method to write transaction to the database.
public Execute ( ) : void
Résultat void

SaveMetaphoneTransaction() public méthode

Initializes a new instance of the SaveMetaphoneTransaction class.
public SaveMetaphoneTransaction ( Person person ) : System
person Person The person.
Résultat System