Share via


ChangeSetEntry.EntityActions Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the custom methods invoked on the entity, as a set of method name / parameter set pairs.

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property EntityActions As IDictionary(Of String, Object())
[DataMemberAttribute(EmitDefaultValue = false)]
public IDictionary<string, Object[]> EntityActions { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property IDictionary<String^, array<Object^>^>^ EntityActions {
    IDictionary<String^, array<Object^>^>^ get ();
    void set (IDictionary<String^, array<Object^>^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member EntityActions : IDictionary<string, Object[]> with get, set
function get EntityActions () : IDictionary<String, Object[]>
function set EntityActions (value : IDictionary<String, Object[]>)

Property Value

Type: System.Collections.Generic.IDictionary<String, Object[]>

See Also

Reference

ChangeSetEntry Class

System.Web.Http.Data Namespace