Class SerializedObjectMetadataContext
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting
Assembly: Xperiflow.dll
Declaration
public class SerializedObjectMetadataContext
Properties
ClassName
Declaration
[JsonProperty("class_name", Required = Required.Always)]
public string ClassName { get; set; }
ImportPath
Declaration
[JsonProperty("import_path", Required = Required.Always)]
public string ImportPath { get; set; }
Mro
Declaration
[JsonProperty("mro", Required = Required.Always)]
public IEnumerable<string> Mro { 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 SerializedObjectMetadataContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.SerializedObjectMetadataContext
Parameters
Type | Name |
---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object,System.Object)
System.Object.GetHashCode
System.Object.GetType
System.Object.MemberwiseClone
System.Object.ReferenceEquals(System.Object,System.Object)
System.Object.ToString