Méthode | Description | |
---|---|---|
AddQuedStats ( |
Adds EntryView instance to the stats queue.
|
|
ClearQueue ( bool save ) : void |
Clears the queue of statistics. If save is specified, then stats are saved to an EntryView
|
|
GetPagedReferrers ( int pageIndex, int pageSize ) : IPagedCollection |
Returns a pageable collection of the referrers for the specified entry.
|
|
GetPagedReferrers ( int pageIndex, int pageSize, int entryId ) : IPagedCollection |
Returns a pageable collection of the referrers for the specified entry.
|
|
TrackEntry ( IEnumerable |
Calls out to the data provider to track the specified IEnumerable{EntryView} instance.
|
|
TrackEntry ( |
Calls out to the data provider to track the specified EntryView instance.
|
Méthode | Description | |
---|---|---|
ClearTrackEntryQueue ( IEnumerable |
||
Stats ( ) : System.Collections.Generic |
Static Constructor.
|
public static AddQuedStats ( |
||
entryView | Ev. | |
Résultat | void |
public static ClearQueue ( bool save ) : void | ||
save | bool | Save. |
Résultat | void |
public static GetPagedReferrers ( int pageIndex, int pageSize ) : IPagedCollection |
||
pageIndex | int | Index of the page. |
pageSize | int | Size of the page. |
Résultat | IPagedCollection |
public static GetPagedReferrers ( int pageIndex, int pageSize, int entryId ) : IPagedCollection |
||
pageIndex | int | Index of the page. |
pageSize | int | Size of the page. |
entryId | int | The entry id. |
Résultat | IPagedCollection |
public static TrackEntry ( IEnumerable |
||
evc | IEnumerable |
Evc. |
Résultat | bool |
public static TrackEntry ( |
||
ev | Ev. | |
Résultat | void |