Class Novel
Inheritance
System.Object
Novel
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()
Assembly: Pixiv.Net.dll
Syntax
public class Novel : ApiResponse
Properties
|
Improve this Doc
View Source
Caption
Declaration
[JsonProperty("caption")]
public string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreateDate
Declaration
[JsonProperty("create_date")]
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ImageUrls
Declaration
[JsonProperty("image_urls")]
public ImageUrls ImageUrls { get; set; }
Property Value
|
Improve this Doc
View Source
IsBookmarked
Declaration
[JsonProperty("is_bookmarked")]
public bool IsBookmarked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsMuted
Declaration
[JsonProperty("is_muted")]
public bool IsMuted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsMypixivOnly
Declaration
[JsonProperty("is_mypixiv_only")]
public bool IsMypixivOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsOriginal
Declaration
[JsonProperty("is_original")]
public bool IsOriginal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsVisible
Declaration
[JsonProperty("visible")]
public bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsXRestricted
Declaration
[JsonProperty("is_x_restricted")]
public bool IsXRestricted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PageCount
Declaration
[JsonProperty("page_count")]
public long PageCount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Restrict
Declaration
[JsonProperty("restrict")]
public Restrict Restrict { get; set; }
Property Value
|
Improve this Doc
View Source
Series
Declaration
[JsonProperty("series")]
public Series Series { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonProperty("tags")]
public IEnumerable<Tag> Tags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<Tag> |
|
|
Improve this Doc
View Source
TextLength
Declaration
[JsonProperty("text_length")]
public long TextLength { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TotalBookmarks
Declaration
[JsonProperty("total_bookmarks")]
public long TotalBookmarks { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Declaration
[JsonProperty("total_comments")]
public long TotalComments { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TotalView
Declaration
[JsonProperty("total_view")]
public long TotalView { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
User
Declaration
[JsonProperty("user")]
public MinifiedUser User { get; set; }
Property Value
|
Improve this Doc
View Source
XRestrict
Declaration
[JsonProperty("x_restrict")]
public long XRestrict { get; set; }
Property Value
Type |
Description |
System.Int64 |
|