Reddit.NET  1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
Reddit.Controllers.Structures.Awards Class Reference

Public Member Functions

 Awards (Things.Post post)
 Initialize the Awards controller from a post. More...
 
 Awards (Things.Comment comment)
 Initialize the Awards controller from a comment. More...
 
 Awards ()
 Create an empty Awards controller instance. More...
 

Properties

int Silver [get]
 The number of silver gildings (awards) received. More...
 
int Gold [get]
 The number of gold gildings (awards) received. More...
 
int Platinum [get]
 The number of platinum gildings (awards) received. More...
 
int Count [get]
 The total number of gildings (awards) received. More...
 

Constructor & Destructor Documentation

◆ Awards() [1/3]

Reddit.Controllers.Structures.Awards.Awards ( Things.Post  post)

Initialize the Awards controller from a post.

Parameters
postA valid Things.Post instance

◆ Awards() [2/3]

Reddit.Controllers.Structures.Awards.Awards ( Things.Comment  comment)

Initialize the Awards controller from a comment.

Parameters
postA valid Things.Comment instance

◆ Awards() [3/3]

Reddit.Controllers.Structures.Awards.Awards ( )

Create an empty Awards controller instance.

Property Documentation

◆ Count

int Reddit.Controllers.Structures.Awards.Count
get

The total number of gildings (awards) received.

◆ Gold

int Reddit.Controllers.Structures.Awards.Gold
get

The number of gold gildings (awards) received.

◆ Platinum

int Reddit.Controllers.Structures.Awards.Platinum
get

The number of platinum gildings (awards) received.

◆ Silver

int Reddit.Controllers.Structures.Awards.Silver
get

The number of silver gildings (awards) received.


The documentation for this class was generated from the following file: