|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
string | moderatee |
string | moderator |
int | points |
Constructor Summary | |
---|---|
ModerationKey(string moderator, string moderatee, int points) |
Property Summary | |
---|---|
object | Content |
string | Inserter |
string |
KeyHash
Gets keys hash |
string | Moderatee |
int | Points |
Method Summary | |
---|---|
string |
ToString() Gets a string representation |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone |
Field Detail |
---|
private string moderatee
public string moderator
private int points
Constructor Detail |
---|
public ModerationKey(string moderator, string moderatee, int points)
Property Detail |
---|
public object Content
public string Inserter
public string KeyHash
Gets keys hash
public string Moderatee
public int Points
Method Detail |
---|
public string ToString()
Gets a string representation
Returns:
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |