x4Trace Documentation v1.0
|
Classes | |
class | User |
Represents a user of x4Trace. Name of the database table is User. More... | |
class | UserCategory |
Represents a category of user. Name of the database table is UserCategory. More... | |
class | UserDivision |
Represents a division of user. Name of the database table is UserCategory. More... | |
class | UserGrantedRight |
Represents a granted rigth for user. Name of the database table is UserGrantedRight. More... | |
class | UserGroup |
Represents a group for users. Name of the database table is UserGroup. More... | |
class | UserGroupRights |
Represents a granted rigth of user group. Every member of the group will be granted with this right. Name of the database table is UserGroupRight. More... | |
class | UserMemberOfGroup |
Represents a member of user group. Name of the database table is UserMemberOfGroup. More... | |
class | UserRight |
Represents a right of user. The system inserts it automatically by the graphics controllers. If you want to define a new one, you have to implement it in the inheritation of Ix4Trace.Graphics.GraphicsController. Name of the database table is UserRight. More... | |