Метод | Описание | |
---|---|---|
GetUnviewedIds ( string user ) : List |
We're not going to worry about unviewed ids for this - there should only be one method associated with this, just return it
|
|
List ( int maxResults, System.DateTime start = null, System.DateTime finish = null, ListResultsOrder orderBy = ListResultsOrder.Decending ) : IEnumerable |
||
Load ( System.Guid id ) : MiniProfiler | ||
Save ( MiniProfiler profiler ) : void | ||
SetUnviewed ( string user, System.Guid id ) : void |
trivial implementation - we do not do any per user stuff ... so skip
|
|
SetViewed ( string user, System.Guid id ) : void |
trivial implementation
|
Метод | Описание | |
---|---|---|
GetCacheKey ( System.Guid guid ) : object |
public GetUnviewedIds ( string user ) : List |
||
user | string | |
Результат | List |
public List ( int maxResults, System.DateTime start = null, System.DateTime finish = null, ListResultsOrder orderBy = ListResultsOrder.Decending ) : IEnumerable |
||
maxResults | int | |
start | System.DateTime | |
finish | System.DateTime | |
orderBy | ListResultsOrder | |
Результат | IEnumerable |
public Load ( System.Guid id ) : MiniProfiler | ||
id | System.Guid | |
Результат | MiniProfiler |
public Save ( MiniProfiler profiler ) : void | ||
profiler | MiniProfiler | |
Результат | void |
public SetUnviewed ( string user, System.Guid id ) : void | ||
user | string | |
id | System.Guid | |
Результат | void |
public SetViewed ( string user, System.Guid id ) : void | ||
user | string | |
id | System.Guid | |
Результат | void |