메소드 | 설명 | |
---|---|---|
GetAllItems ( ) : IEnumerable |
||
GetBehaviorTimestamp ( string userId, string itemId ) : System.DateTime | ||
GetItemsUserHadBehaviorsOn ( string userId, int take ) : IEnumerable |
||
GetRecentBehaviors ( int count ) : IEnumerable |
||
GetTotalUsersHadBehaviorsOn ( string itemId ) : int | ||
GetUserActiveRate ( string userId ) : int | ||
GetUsersHadBehaviorsOnBoth ( string item1, string item2 ) : IEnumerable |
||
SaveBehaviors ( IEnumerable |
||
SqlceBehaviorStore ( string instanceName, string behaviorType ) : System |
메소드 | 설명 | |
---|---|---|
CreateDbContext ( ) : |
public GetBehaviorTimestamp ( string userId, string itemId ) : System.DateTime | ||
userId | string | |
itemId | string | |
리턴 | System.DateTime |
public GetItemsUserHadBehaviorsOn ( string userId, int take ) : IEnumerable |
||
userId | string | |
take | int | |
리턴 | IEnumerable |
public GetRecentBehaviors ( int count ) : IEnumerable |
||
count | int | |
리턴 | IEnumerable |
public GetTotalUsersHadBehaviorsOn ( string itemId ) : int | ||
itemId | string | |
리턴 | int |
public GetUsersHadBehaviorsOnBoth ( string item1, string item2 ) : IEnumerable |
||
item1 | string | |
item2 | string | |
리턴 | IEnumerable |
public SaveBehaviors ( IEnumerable |
||
behaviors | IEnumerable |
|
리턴 | void |
public SqlceBehaviorStore ( string instanceName, string behaviorType ) : System | ||
instanceName | string | |
behaviorType | string | |
리턴 | System |