ViewDataReadyActions Property |
Gets the ready actions.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "readyActions", EmitDefaultValue = false)]
public IList<ActionData> ReadyActions { get; }
<DataMemberAttribute(Name := "readyActions", EmitDefaultValue := false)>
Public ReadOnly Property ReadyActions As IList(Of ActionData)
Get
public:
[DataMemberAttribute(Name = L"readyActions", EmitDefaultValue = false)]
property IList<ActionData^>^ ReadyActions {
IList<ActionData^>^ get ();
}
[<DataMemberAttribute(Name = "readyActions", EmitDefaultValue = false)>]
member ReadyActions : IList<ActionData> with get
Property Value
Type:
IListActionData
The ready actions.
See Also