메소드 | 설명 | |
---|---|---|
CreateNew ( |
Create a new CollectionUser object
|
|
DeleteRelations ( int t, int id, int ids ) : void | ||
Get ( |
||
GetByCollection ( |
Get all CollectionUser objects associated to a collection
|
|
GetByUser ( |
Get all CollectionUser objects associated to a user
|
|
Save ( ) : void | ||
SetRelationsAcess ( int t, int id, int ids, bool access ) : void | ||
ToJson ( ) : |
||
ToJsonArray ( |
메소드 | 설명 | |
---|---|---|
CollectionUser ( ) : System |
Instantiate a new instance of CollectionUser class
|
|
FromData ( object>.Dictionary |
Create a new instance of CollectionUser using data from database
|
|
GetMultiple ( string where ) : afung.MangaWeb3.Server.CollectionUser[] |
public static CreateNew ( |
||
collection | The collection | |
user | The user | |
access | bool | Allow/deny access |
리턴 |
public static DeleteRelations ( int t, int id, int ids ) : void | ||
t | int | |
id | int | |
ids | int | |
리턴 | void |
public static Get ( |
||
collection | ||
user | ||
리턴 |
public static GetByCollection ( |
||
collection | The collection | |
리턴 | afung.MangaWeb3.Server.CollectionUser[] |
public static GetByUser ( |
||
user | The user | |
리턴 | afung.MangaWeb3.Server.CollectionUser[] |
public static SetRelationsAcess ( int t, int id, int ids, bool access ) : void | ||
t | int | |
id | int | |
ids | int | |
access | bool | |
리턴 | void |
public static ToJsonArray ( |
||
cus | ||
리턴 | afung.MangaWeb3.Common.CollectionUserJson[] |