Protected Member Functions | |
| void | Page_Load (object sender, EventArgs e) |
Properties | |
| String | ApplicationPath [get] |
Private Member Functions | |
| void | LoadRating (DocumentRating dr) |
| void | LoadRatings () |
| bool | SaveDocumentRating (DocumentRating dr) |
| bool | AddRating (DocumentRating dr, Rating r) |
Private Attributes | |
| bool | add_mode = false |
| bool | checked_content_id = false |
| bool | comments_enabled = false |
Static Private Attributes | |
| static byte[] | gif_bytes = Core.Util.Lang.LangUtil.HexadecimalToBinary("47494638396101000100a20000ffffffffff00ff00ffff000000ffff00ff000000ff0000002c00000000010001000003020809003b") |
| static Dictionary< String, DocumentRating > | ContentRatings = new Dictionary<String, DocumentRating>() |
| static int | RATING_LOW = 1 |
| static int | RATING_HIGH = 5 |
| static DateTime | LastUpdated = DateTime.Now.AddMinutes(-120) |
Auto-generated class.
| void CoreWeb4.Ratings.Page_Load | ( | object | sender, | |
| EventArgs | e | |||
| ) | [protected] |
| void CoreWeb4.Ratings.LoadRating | ( | DocumentRating | dr | ) | [private] |
| void CoreWeb4.Ratings.LoadRatings | ( | ) | [private] |
| bool CoreWeb4.Ratings.SaveDocumentRating | ( | DocumentRating | dr | ) | [private] |
| bool CoreWeb4.Ratings.AddRating | ( | DocumentRating | dr, | |
| Rating | r | |||
| ) | [private] |
byte [] CoreWeb4.Ratings.gif_bytes = Core.Util.Lang.LangUtil.HexadecimalToBinary("47494638396101000100a20000ffffffffff00ff00ffff000000ffff00ff000000ff0000002c00000000010001000003020809003b") [static, private] |
bool CoreWeb4.Ratings.add_mode = false [private] |
bool CoreWeb4.Ratings.checked_content_id = false [private] |
bool CoreWeb4.Ratings.comments_enabled = false [private] |
Dictionary<String, DocumentRating> CoreWeb4.Ratings.ContentRatings = new Dictionary<String, DocumentRating>() [static, private] |
int CoreWeb4.Ratings.RATING_LOW = 1 [static, private] |
int CoreWeb4.Ratings.RATING_HIGH = 5 [static, private] |
DateTime CoreWeb4.Ratings.LastUpdated = DateTime.Now.AddMinutes(-120) [static, private] |
String CoreWeb4.Ratings.ApplicationPath [get] |