The StarViralHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StarViralHandler | Initializes a new instance of the StarViralHandler class |
Methods
| Name | Description | |
|---|---|---|
| AddCampaign |
Adds a new campaign.
| |
| AddReferral |
Adds a New Referral
| |
| Equals | (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.) | |
| GetNumberOfReferrals | Overloaded. | |
| GetQueryResult | Overloaded. | |
| GetReferral | Overloaded. | |
| GetReferrals | Overloaded. | |
| GetReferrers | Overloaded. | |
| 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 | (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
| Name | Description | |
|---|---|---|
| Instance |
Events
| Name | Description | |
|---|---|---|
| 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
|