C# Class Rock.Transactions.SaveCommunicationTransaction

Tracks when a person is viewed.
Inheritance: ITransaction
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
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.

Private Methods

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

Initializes a new instance of the SaveCommunicationTransaction class.

Method Details

Execute() public method

Executes this instance.
public Execute ( ) : void
return void

SaveCommunicationTransaction() public method

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

SaveCommunicationTransaction() public method

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.
return System.Collections.Generic

SaveCommunicationTransaction() public method

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.
return System.Collections.Generic