C# 클래스 Rock.Transactions.SaveCommunicationTransaction

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

공개 메소드들

메소드 설명
Execute ( ) : void

Executes this instance.

SaveCommunicationTransaction ( ) : System.Collections.Generic

Initializes a new instance of the SaveCommunicationTransaction class.

SaveCommunicationTransaction ( List to, string fromName, string fromAddress, string subject, string message ) : System.Collections.Generic

Initializes a new instance of the SaveCommunicationTransaction class.

SaveCommunicationTransaction ( string to, string fromName, string fromAddress, string subject, string message ) : System.Collections.Generic

Initializes a new instance of the SaveCommunicationTransaction class.

비공개 메소드들

메소드 설명
SaveCommunicationTransaction ( string fromName, string fromAddress, string subject, string message ) : System.Collections.Generic

Initializes a new instance of the SaveCommunicationTransaction class.

메소드 상세

Execute() 공개 메소드

Executes this instance.
public Execute ( ) : void
리턴 void

SaveCommunicationTransaction() 공개 메소드

Initializes a new instance of the SaveCommunicationTransaction class.
public SaveCommunicationTransaction ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SaveCommunicationTransaction() 공개 메소드

Initializes a new instance of the SaveCommunicationTransaction class.
public SaveCommunicationTransaction ( List to, string fromName, string fromAddress, string subject, string message ) : System.Collections.Generic
to List To.
fromName string From name.
fromAddress string From address.
subject string The subject.
message string The message.
리턴 System.Collections.Generic

SaveCommunicationTransaction() 공개 메소드

Initializes a new instance of the SaveCommunicationTransaction class.
public SaveCommunicationTransaction ( string to, string fromName, string fromAddress, string subject, string message ) : System.Collections.Generic
to string To.
fromName string From name.
fromAddress string From address.
subject string The subject.
message string The message.
리턴 System.Collections.Generic