Click or drag to resize

ActionPartialEntityActionTypes Property

Gets or sets the action types.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ObservableCollection<int> ActionTypes { get; set; }

Property Value

Type: ObservableCollectionInt32
The action types.
See Also