C# 클래스 Rock.Transactions.SaveMetaphoneTransaction

Updates metaphone data when a person is added or updated.
상속: ITransaction
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
Execute ( ) : void

Execute method to write transaction to the database.

SaveMetaphoneTransaction ( Person person ) : System

Initializes a new instance of the SaveMetaphoneTransaction class.

비공개 메소드들

메소드 설명
AddName ( string name ) : void

메소드 상세

Execute() 공개 메소드

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

SaveMetaphoneTransaction() 공개 메소드

Initializes a new instance of the SaveMetaphoneTransaction class.
public SaveMetaphoneTransaction ( Person person ) : System
person Person The person.
리턴 System