Class Illust
Inheritance
System.Object
Illust
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 Illust : 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")]
[JsonConverter(typeof(IsoDateTimeConverter))]
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Height
Declaration
[JsonProperty("height")]
public long Height { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
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
IsVisible
Declaration
[JsonProperty("visible")]
public bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MetaPages
Declaration
[JsonProperty("meta_pages")]
public IEnumerable<MetaPage> MetaPages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<MetaPage> |
|
|
Improve this Doc
View Source
MetaSinglePage
Declaration
[JsonProperty("meta_single_page")]
public MetaSinglePage MetaSinglePage { get; set; }
Property Value
|
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 int Restrict { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SanityLevel
Declaration
[JsonProperty("sanity_level")]
public int SanityLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
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
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
[JsonProperty("tools")]
public IEnumerable<string> Tools { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<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.Nullable<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
Type
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public IllustType Type { get; set; }
Property Value
|
Improve this Doc
View Source
User
Declaration
[JsonProperty("user")]
public MinifiedUser User { get; set; }
Property Value
|
Improve this Doc
View Source
Width
Declaration
[JsonProperty("width")]
public long Width { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
XRestrict
Declaration
[JsonProperty("x_restrict")]
public int XRestrict { get; set; }
Property Value
Type |
Description |
System.Int32 |
|