Role


Description:

public Role (string? title = null, string? organisation_name = null, string? uid = null)

Default constructor.

Parameters:

title title of the position
organisation_name organisation where the role is hold
uid a Unique ID associated to this Role

Returns:

a new Role

Since:

0.4.0