Method | Description | |
---|---|---|
Group ( ) : System |
Empty Group constructor
|
|
Group ( int userId ) : System |
Overloaded constructor accepts the userId
|
|
Group ( string groupName ) : System |
Overloaded constructor accepts the group name
|
|
checkGrouName ( ) : bool |
Method returns true if such group already created
|
|
deleteGroup ( int id ) : bool |
Deletes user grou
|
|
getGroupData ( int groupId ) : |
Returns the data
|
|
getGroups ( ) : List |
Method returns list of user groups
|
|
saveGroup ( ) : bool |
Method saves user group
|
|
updateGroup ( ) : bool |
Updates group data
|
public Group ( string groupName ) : System | ||
groupName | string | string group name |
return | System |
public deleteGroup ( int id ) : bool | ||
id | int | group ID to delete |
return | bool |