Class DocumentChange
Inheritance
DocumentChange
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class DocumentChange
Properties
Declaration
[JsonProperty("action", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Action { get; set; }
Property Value
Declaration
[JsonProperty("documentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DocumentId { get; set; }
Property Value
Declaration
[JsonProperty("documentName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DocumentName { get; set; }
Property Value
Declaration
[JsonProperty("timeStamp", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public DateTime TimeStamp { get; set; }
Property Value
Declaration
[JsonProperty("version", Required = Required.Always)]
public long Version { get; set; }
Property Value
Methods
Declaration
public static DocumentChange FromJson(string data)
Parameters
Returns