Class LiveStreamMessage
Inheritance
LiveStreamMessage
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class LiveStreamMessage : Message
Properties
Declaration
[JsonProperty("applicationEvent", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ApplicationEvent ApplicationEvent { get; set; }
Property Value
Declaration
[JsonProperty("customerAlias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CustomerAlias { get; set; }
Property Value
Declaration
[JsonProperty("customerId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CustomerId { get; set; }
Property Value
Declaration
[JsonProperty("documentChange", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DocumentChange DocumentChange { get; set; }
Property Value
Declaration
[JsonProperty("scope", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Scope { get; set; }
Property Value
Declaration
[JsonProperty("timestamp", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTime Timestamp { get; set; }
Property Value
Methods
Declaration
public static LiveStreamMessage FromJson(string data)
Parameters
Returns