Entity.EntityActions Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the list of custom method invocations pending for this entity.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
<DisplayAttribute(AutoGenerateField := False)> _
Public ReadOnly Property EntityActions As IEnumerable(Of EntityAction)
    Get
'Usage
Dim instance As Entity
Dim value As IEnumerable(Of EntityAction)

value = instance.EntityActions
[DisplayAttribute(AutoGenerateField = false)]
public IEnumerable<EntityAction> EntityActions { get; }
[DisplayAttribute(AutoGenerateField = false)]
public:
property IEnumerable<EntityAction^>^ EntityActions {
    IEnumerable<EntityAction^>^ get ();
}
[<DisplayAttribute(AutoGenerateField = false)>]
member EntityActions : IEnumerable<EntityAction>
function get EntityActions () : IEnumerable<EntityAction>

Property Value

Type: System.Collections.Generic.IEnumerable<EntityAction>
A collection of custom method invocations pending for this entity.

Remarks

Currently only a single pending invocation is supported for an entity.

See Also

Reference

Entity Class

System.ServiceModel.DomainServices.Client Namespace