Class NotificationDetailComment
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class NotificationDetailComment : NotificationDetailBase
Properties
CommentMessage
Declaration
[JsonProperty("commentMessage", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CommentMessage { get; set; }
Property Value
string |
CommenterName
Declaration
[JsonProperty("commenterName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CommenterName { get; set; }
Property Value
string |
ContentId
Declaration
[JsonProperty("contentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContentId { get; set; }
Property Value
string |
Count
Declaration
[JsonProperty("count", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Count { get; set; }
Property Value
int |
Reason
Declaration
[JsonProperty("reason", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public CommentNotificationReason Reason { get; set; }
Property Value
CommentNotificationReason |
Methods
FromJson(string)
Declaration
public static NotificationDetailComment FromJson(string data)
Parameters
string data |
Returns
NotificationDetailComment |