Class PostBooster
[Table("PostBoosters")]
public class PostBooster
- Inheritance
-
PostBooster
- Inherited Members
Properties
ActivationTimestampUTC
public long ActivationTimestampUTC { get; set; }
Property Value
Booster
[ForeignKey("BoosterSKU")]
public Booster Booster { get; set; }
Property Value
BoosterSKU
public string BoosterSKU { get; set; }
Property Value
CreationTimestampUTC
When this junction-table entry was added.
public long CreationTimestampUTC { get; set; }
Property Value
DeactivatedOnTimestampUTC
The unix-timestamp on which this PostBooster was marked as expired.
public long? DeactivatedOnTimestampUTC { get; set; }
Property Value
- long?
Id
Primary key.
[Key]
public long Id { get; set; }
Property Value
Post
[ForeignKey("PostId")]
public Post Post { get; set; }
Property Value
PostId
public long PostId { get; set; }
Property Value
Methods
GetExpirationTimestampUTC()
public long GetExpirationTimestampUTC()