메소드 | 설명 | |
---|---|---|
ConfirmInvitationInProject ( int invitationId ) : void |
The confirm invitation in project.
|
|
CreateDefaultProject ( |
The create default project.
|
|
CreateProject ( |
The create custom project with project name and description.
|
|
GetAllInvitationsToProject ( int projectId ) : IEnumerable |
||
GetAllInvitationsToUser ( int userId ) : IEnumerable |
||
GetAllProjectsForTheirCreator ( int userId ) : IEnumerable |
||
GetAllProjectsForUser ( int userId ) : IEnumerable |
||
GetAllUsersInProject ( int projectId ) : IEnumerable |
The get all users in project.
|
|
GetCreator ( int projectId ) : |
||
GetProjectById ( int projectId ) : |
||
GetUsersAndCreatorInProject ( int projectId ) : IEnumerable |
||
InviteUserInProject ( int senderId, int projectId, int receiverId ) : void |
The invite user in project.
|
|
ProjectProcessor ( IProjectRepository projectRepository, IUserRepository userRepository ) : System |
Initializes a new instance of the ProjectProcessor class.
|
|
RefuseFromParticipateProject ( int invitationId ) : void | ||
RemoveUserFromProject ( int userId, int projectId ) : void |
The remove user from project.
|
public ConfirmInvitationInProject ( int invitationId ) : void | ||
invitationId | int | |
리턴 | void |
public CreateDefaultProject ( |
||
user | /// The current user. /// | |
리턴 | void |
public CreateProject ( |
||
user | /// The user tied to project. /// | |
projectName | string | /// The project name. /// |
projectDescription | string | /// The project description. /// |
리턴 | void |
public GetAllInvitationsToProject ( int projectId ) : IEnumerable |
||
projectId | int | |
리턴 | IEnumerable |
public GetAllInvitationsToUser ( int userId ) : IEnumerable |
||
userId | int | |
리턴 | IEnumerable |
public GetAllProjectsForTheirCreator ( int userId ) : IEnumerable |
||
userId | int | |
리턴 | IEnumerable |
public GetAllProjectsForUser ( int userId ) : IEnumerable |
||
userId | int | |
리턴 | IEnumerable |
public GetAllUsersInProject ( int projectId ) : IEnumerable |
||
projectId | int | /// The project id. /// |
리턴 | IEnumerable |
public GetCreator ( int projectId ) : |
||
projectId | int | |
리턴 |
public GetProjectById ( int projectId ) : |
||
projectId | int | |
리턴 |
public GetUsersAndCreatorInProject ( int projectId ) : IEnumerable |
||
projectId | int | |
리턴 | IEnumerable |
public InviteUserInProject ( int senderId, int projectId, int receiverId ) : void | ||
senderId | int | /// The sender id. /// |
projectId | int | /// The project id. /// |
receiverId | int | /// The receiver id. /// |
리턴 | void |
public ProjectProcessor ( IProjectRepository projectRepository, IUserRepository userRepository ) : System | ||
projectRepository | IProjectRepository | /// The project repository. /// |
userRepository | IUserRepository | /// The user Repository. /// |
리턴 | System |
public RefuseFromParticipateProject ( int invitationId ) : void | ||
invitationId | int | |
리턴 | void |
public RemoveUserFromProject ( int userId, int projectId ) : void | ||
userId | int | /// The user id. /// |
projectId | int | /// The project id. /// |
리턴 | void |