C# Class Rock.Transactions.SaveCommunicationTransaction

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

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

Méthode 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 méthode

Executes this instance.
public Execute ( ) : void
Résultat void

SaveCommunicationTransaction() public méthode

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

SaveCommunicationTransaction() public méthode

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.
Résultat System.Collections.Generic

SaveCommunicationTransaction() public méthode

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.
Résultat System.Collections.Generic