Class Booster
Boosters table. Boosters SKU format: GSKY-BST-{Booster name}-{Duration of booster}H-V{Version number}
[Table("Boosters")]
public class Booster : Product
- Inheritance
-
Booster
- Inherited Members
Properties
DurationHours
For how many hours the booster should be active, starting from its activation on a Post or a User onwards. If set to 0, it's a one time booster
public short DurationHours { get; set; }
Property Value
Name
public BoosterName Name { get; set; }