 | SiteOrderResultEntityActions Property |
Gets or sets the actions.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer.OrdersSearch
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<ActionResultEntity> Actions { get; set; }
Public Property Actions As IList(Of ActionResultEntity)
Get
Set
Property Value
Type:
IListActionResultEntity
The actions.
See Also