The StarViralHandler type exposes the following members.

Constructors

  NameDescription
StarViralHandler
Initializes a new instance of the StarViralHandler class

Methods

  NameDescription
AddCampaign
Adds a new campaign.
AddReferral
Adds a New Referral
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCampaign
Gets the campaign with the specified id.
GetCampaigns
Gets all campaigns.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNumberOfReferralsOverloaded.
GetQueryResultOverloaded.
GetReferralOverloaded.
GetReferralsOverloaded.
GetReferrersOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnCampaignAdded
OnCampaignRemoved
OnCampaignUpdated
OnReferralAdded
OnReferralRemoved
OnReferralUpdated
RemoveCampaign
Remove a campaign.
RemoveReferral
Remove a Referral.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateCampaign
Update the specified campaign, used to update the campaign record.
UpdateReferral
Update the specified Referral. Used to update the referral record once the referralred registers.

Properties

  NameDescription
Instance

Events

  NameDescription
CampaignAdded
Occurs when a Campaign is added
CampaignRemoved
Occurs when a Campaign is removed
CampaignUpdated
Occurs when a Campaign is changed
ReferralAdded
Occurs when a Referral is added
ReferralRemoved
Occurs when a Referral is removed
ReferralUpdated
Occurs when a Referral is changed

See Also