Represents an instance of a news letter edition
| C# |
public class Letter
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| Letter()()() | Initializes a new instance of the Letter class | |
| Letter(Guid) | Initializes a new instance of the Letter class | |
| ApprovedBy | ||
| CompareByCreatedUtc(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CompareByHtmlBody(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CompareByLastModUtc(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CompareBySendClickedUtc(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CompareBySendCompleteUtc(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CompareBySendCount(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CompareBySendStartedUtc(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CompareBySubject(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CompareByTextBody(Letter, Letter) |
Compares 2 instances of Letter.
| |
| CreatedBy | ||
| CreatedUtc | ||
| Delete(Guid) |
Deletes an instance of Letter. Returns true on success.
| |
| DeleteByLetterInfo(Guid) |
Deletes a row from the mp_Letter table. Returns true if row deleted.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| GetAll(Guid) |
Gets an IList with all instances of Letter.
| |
| GetDrafts(Guid, Int32, Int32, Int32%) |
Gets an IList with page of instances of Letter.
| |
| GetHashCode()()() | (Inherited from Object.) | |
| GetPage(Guid, Int32, Int32, Int32%) |
Gets an IList with page of instances of Letter.
| |
| GetType()()() | (Inherited from Object.) | |
| HtmlBody | ||
| IsApproved | ||
| LastModBy | ||
| LastModUtc | ||
| LetterGuid | ||
| LetterInfoGuid | ||
| MemberwiseClone()()() | (Inherited from Object.) | |
| Save()()() |
Saves this instance of Letter. Returns true on success.
| |
| SendClickedUtc | ||
| SendCompleteUtc | ||
| SendCount | ||
| SendStartedUtc | ||
| Subject | ||
| TextBody | ||
| ToString()()() | (Inherited from Object.) | |
| TrackSendClicked()()() |
Records click of the send button. Sending occurs by a task queue.
| |
| TrackSendComplete(Int32) |
Records the completion of sending the letter from the task queue.
| |
| TrackSendStarted()()() |
Records the start of sending the letter from the task queue.
| |
| UnsubscribeToken | ||
| UserNameToken | ||
| WebPageLinkToken |
| Object | |
| Letter | |