Click or drag to resize

ParticipationType Enumeration

Specifies of the participation is calculated.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum ParticipationType
Members
  Member nameValueDescription
Percentage0 The number of participating users compared to the total of users able to participate.
UserCount1 The number of participating users.
See Also