Class ForecastConfigCollectionContext
Forecast config collection context for ForecastResource.
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting
Assembly: Xperiflow.dll
Declaration
public class ForecastConfigCollectionContext
Properties
Forecasts
Declaration
[JsonProperty("forecasts", Required = Required.Always)]
public IEnumerable<ForecastConfigContext> Forecasts { get; set; }
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static ForecastConfigCollectionContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.ForecastConfigCollectionContext
Parameters
| Type | Name |
|---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString