ActionPortModelAllowMultipleValues Property

Only relevant if this port represents a collection of business objects. In that case, this boolean indicates whether multiple items can be selected or just one.

Definition

Namespace: MobileTrack.Web.Components.Models.ActionFlows
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public bool AllowMultipleValues { get; set; }

Property Value

Boolean

Implements

IHasDefaultValueAllowMultipleValues

See Also