Role
Object Hierarchy:
Description:
public class Role : Object
Role a contact has in an organisation.
This represents the role a Persona or
Individual has in a single given organisation, such as a company.
Since:
0.4.0
Content:
Properties:
- public string organisation_name { set; get; }
The name of the organisation in which the role is held.
- public string title { set; get; }
The title of the position held.
- public string role { set; get; }
The role of the position.
- public string uid { set; get; }
The UID that distinguishes this role.
Static methods:
Creation methods:
- public Role (string? title = null, string? organisation_name = null, string? uid = null)
Default constructor.
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count