ViewDataLoadingActions Property |
Gets the loading 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 = "loadingActions", EmitDefaultValue = false)]
public IList<ActionData> LoadingActions { get; }
<DataMemberAttribute(Name := "loadingActions", EmitDefaultValue := false)>
Public ReadOnly Property LoadingActions As IList(Of ActionData)
Get
public:
[DataMemberAttribute(Name = L"loadingActions", EmitDefaultValue = false)]
property IList<ActionData^>^ LoadingActions {
IList<ActionData^>^ get ();
}
[<DataMemberAttribute(Name = "loadingActions", EmitDefaultValue = false)>]
member LoadingActions : IList<ActionData> with get
Property Value
Type:
IListActionData
The loading actions.
See Also