C# Class Rock.Transactions.WorkflowTriggerTransaction

Writes any entity chnages that are configured to be tracked
Inheritance: ITransaction
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void

Execute method to write transaction to the database.

Method Details

Execute() public méthode

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