C# 클래스 Rock.Transactions.UserLastActivityTransaction

Tracks when a person is viewed.
상속: ITransaction
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void

Execute method to write transaction to the database.

UserLastActivityTransaction ( ) : System

Initializes a new instance of the UserLastActivityTransaction class.

메소드 상세

Execute() 공개 메소드

Execute method to write transaction to the database.
public Execute ( ) : void
리턴 void

UserLastActivityTransaction() 공개 메소드

Initializes a new instance of the UserLastActivityTransaction class.
public UserLastActivityTransaction ( ) : System
리턴 System