Class GetSelectionAlgorithmCollectionResourceResponseContext
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting
Assembly: Xperiflow.dll
Declaration
public class GetSelectionAlgorithmCollectionResourceResponseContext : IXperiflowResponseContext
Inheritance: System.Object -> Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.IXperiflowResponseContext
Properties
Data
Declaration
[JsonProperty("data", Required = Required.AllowNull)]
public DataTableContext? Data { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static GetSelectionAlgorithmCollectionResourceResponseContext FromJson(string data)