mojoPortal API Documentation
Letter Class
mojoPortalmojoPortal.BusinessLetter
Represents an instance of a news letter edition
Declaration Syntax
C#
public class Letter
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
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
Inheritance Hierarchy
Object
Letter

Assembly: mojoPortal.Business (Module: mojoPortal.Business) Version: 1.0.4378.24525