Class PointEntry
Assembly: Coree.NETASP.dll
Syntax
Constructors
|
Edit this page
View Source
PointEntry(int, string)
Initializes a new instance of the PointEntry class.
Declaration
public PointEntry(int points, string reason)
Parameters
Type |
Name |
Description |
int |
points |
The number of points assigned.
|
string |
reason |
The reason for assigning points.
|
Properties
|
Edit this page
View Source
Points
Declaration
public int Points { get; set; }
Property Value
|
Edit this page
View Source
Reason
Declaration
public string Reason { get; set; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value