C# Класс Rock.Transactions.SaveCommunicationTransaction

Tracks when a person is viewed.
Наследование: ITransaction
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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