Click or drag to resize

ActivityParticipant Class

Represents a participant in an Activity. Can be a user, contact or resource.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIActivityParticipant

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class ActivityParticipant

The ActivityParticipant type exposes the following members.

Constructors
 NameDescription
Public methodActivityParticipantInitializes a new instance of the ActivityParticipant class
Top
Properties
 NameDescription
Public propertyContactGUID Identifies a contact who is a participant in the Activity.
Public propertyName The name of the participant.
Public propertyResourceGUID Identifies a resource that is a participant in the Activity.
Public propertyStatus Sets the status of participation. Used in calendar synchronizations, but aren't all shown visually in Visma Severa's UI.
Public propertyUserGUID Identifies a user who is a participant in the Activity.
Top
See Also