Method | Description | |
---|---|---|
AuthorizeProjectUser ( int projectId ) : void | ||
AuthorizeProjectUser ( int projectId, int userId ) : void | ||
ProjectUserAdd ( int projectId, int userId, System.Security.Role role ) : |
||
ProjectUserDelete ( |
||
ProjectUserDelete ( int projectId ) : bool | ||
ProjectUserFetch ( int projectUserId ) : |
||
ProjectUserFetch ( int projectId, int userId ) : |
||
ProjectUserFetchInfoList ( ProjectUserMemberDataCriteria criteria ) : |
||
ProjectUserFetchInfoList ( int projectId ) : |
||
ProjectUserInsert ( |
||
ProjectUserNew ( int projectId, int userId ) : |
||
ProjectUserSave ( |
||
ProjectUserUpdate ( |
Method | Description | |
---|---|---|
ProjectUserAdd ( int projectId, int userId, System.Security.Role role, bool ignoreAuthorization ) : |
public static AuthorizeProjectUser ( int projectId ) : void | ||
projectId | int | |
return | void |
public static AuthorizeProjectUser ( int projectId, int userId ) : void | ||
projectId | int | |
userId | int | |
return | void |
public static ProjectUserAdd ( int projectId, int userId, System.Security.Role role ) : |
||
projectId | int | |
userId | int | |
role | System.Security.Role | |
return |
public static ProjectUserDelete ( |
||
projectUser | ||
return | bool |
public static ProjectUserDelete ( int projectId ) : bool | ||
projectId | int | |
return | bool |
public static ProjectUserFetch ( int projectUserId ) : |
||
projectUserId | int | |
return |
public static ProjectUserFetch ( int projectId, int userId ) : |
||
projectId | int | |
userId | int | |
return |
public static ProjectUserFetchInfoList ( ProjectUserMemberDataCriteria criteria ) : |
||
criteria | ProjectUserMemberDataCriteria | |
return |
public static ProjectUserFetchInfoList ( int projectId ) : |
||
projectId | int | |
return |
public static ProjectUserInsert ( |
||
projectUser | ||
return |
public static ProjectUserNew ( int projectId, int userId ) : |
||
projectId | int | |
userId | int | |
return |
public static ProjectUserSave ( |
||
projectUser | ||
return |
public static ProjectUserUpdate ( |
||
projectUser | ||
return |