C# Class Rock.Transactions.UserLastActivityTransaction

Tracks when a person is viewed.
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.

UserLastActivityTransaction ( ) : System

Initializes a new instance of the UserLastActivityTransaction class.

Method Details

Execute() public méthode

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

UserLastActivityTransaction() public méthode

Initializes a new instance of the UserLastActivityTransaction class.
public UserLastActivityTransaction ( ) : System
Résultat System