Class ArtifactStatisticResponseContextDto
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.Routines
Assembly: Xperiflow.dll
Declaration
public class ArtifactStatisticResponseContextDto
Properties
Key
Declaration
[JsonProperty("key", Required = Required.Always)]
public string Key { get; set; }
Title
Declaration
[JsonProperty("title", Required = Required.Always)]
public string Title { get; set; }
Description
Declaration
[JsonProperty("description", Required = Required.Always)]
public string Description { get; set; }
Type
Declaration
[JsonProperty("type", Required = Required.Always)]
public string Type { get; set; }
Value
Declaration
[JsonProperty("value", Required = Required.Always)]
public string Value { 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 ArtifactStatisticResponseContextDto FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.Routines.ArtifactStatisticResponseContextDto
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