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.Things.UserSummary Class Reference

Properties

string Name [get, set]
 
DateTime CreatedUTC [get, set]
 
int LinkKarma [get, set]
 
int CommentKarma [get, set]
 
string ProfileImg [get, set]
 
string ProfileColor [get, set]
 
bool ProfileOver18 [get, set]
 

Property Documentation

◆ CommentKarma

int Reddit.Things.UserSummary.CommentKarma
getset

◆ CreatedUTC

DateTime Reddit.Things.UserSummary.CreatedUTC
getset

◆ LinkKarma

int Reddit.Things.UserSummary.LinkKarma
getset

◆ Name

string Reddit.Things.UserSummary.Name
getset

◆ ProfileColor

string Reddit.Things.UserSummary.ProfileColor
getset

◆ ProfileImg

string Reddit.Things.UserSummary.ProfileImg
getset

◆ ProfileOver18

bool Reddit.Things.UserSummary.ProfileOver18
getset

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