• Articles
  • API Documentation
  • Pixiv.Models
  • Novel
Show / Hide Table of Contents
  • Pixiv
    • PixivClient
  • Pixiv.Clients
    • ApiClient
  • Pixiv.Clients.Auth
    • AuthenticationClient
  • Pixiv.Clients.IO
    • FileClient
  • Pixiv.Clients.V1
    • ApplicationInfoClient
    • IllustClient
    • IllustSeriesClient
    • MangaClient
    • MuteClient
    • NotificationClient
    • NovelClient
    • PPointClient
    • SearchClient
    • SpotlightClient
    • TrendingTagsClient
    • UserClient
    • WalkthroughClient
  • Pixiv.Clients.V1.Illust
    • BookmarkClient
  • Pixiv.Clients.V1.Novel
    • BookmarkClient
  • Pixiv.Clients.V1.Search
    • BookmarkRangesClient
  • Pixiv.Clients.V1.User
    • BookmarksClient
    • BookmarkTagsClient
    • BrowsingHistoryClient
    • FollowClient
    • MeClient
    • ProfileClient
    • WorkspaceClient
  • Pixiv.Clients.V2
    • IllustClient
    • SearchClient
    • UserClient
  • Pixiv.Clients.V2.Illust
    • BookmarkClient
  • Pixiv.Clients.V2.User
    • BrowsingHistoryClient
  • Pixiv.Clients.V2.User.BrowsingHistory
    • IllustClient
  • Pixiv.Enums
    • ContentType
    • IllustType
    • Publicity
    • RankingMode
    • Restrict
    • SearchTarget
    • Sort
  • Pixiv.Exceptions
    • ApiException
    • BadRequestException
    • PixivException
    • UnauthorizedException
  • Pixiv.Extensions
    • EnumExtensions
    • TaskExtension
  • Pixiv.Models
    • Address
    • ApiResponse
    • ApplicationInfo
    • BookmarkDetail
    • BookmarkDetailTag
    • BookmarkRange
    • BookmarkTag
    • BookmarkTagCollection
    • Comment
    • CommentCollection
    • Country
    • CoverImageUrls
    • Credential
    • GainsCollection
    • Illust
    • IllustCollection
    • IllustSeries
    • IllustSeriesCollection
    • IllustSeriesContext
    • IllustSeriesDetail
    • ImageUrls
    • Job
    • LossesCollection
    • MetaPage
    • MetaSinglePage
    • MinifiedUser
    • MuteList
    • Myself
    • NotificationSettings
    • NotificationType
    • Novel
    • NovelCollection
    • PointSummary
    • PrivacyPolicy
    • Profile
    • ProfileImageUrls
    • ProfilePresets
    • ProfilePublicity
    • Series
    • SeriesDetail
    • SpotlightArticle
    • SpotlightArticleCollection
    • Tag
    • TrendTag
    • User
    • UserCollection
    • UserDetail
    • UserPreview
    • UserPreviewCollection
    • UserState
    • Workspace

Class Novel

Inheritance
System.Object
ApiResponse
Novel
Inherited Members
ApiResponse.Extends
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()
Namespace: Pixiv.Models
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
Type Description
ImageUrls
| 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
Type Description
Restrict
| Improve this Doc View Source

Series

Declaration
[JsonProperty("series")]
public Series Series { get; set; }
Property Value
Type Description
Series
| Improve this Doc View Source

Tags

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

TotalComments

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
Type Description
MinifiedUser
| Improve this Doc View Source

XRestrict

Declaration
[JsonProperty("x_restrict")]
public long XRestrict { get; set; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Caption
    • CreateDate
    • Id
    • ImageUrls
    • IsBookmarked
    • IsMuted
    • IsMypixivOnly
    • IsOriginal
    • IsVisible
    • IsXRestricted
    • PageCount
    • Restrict
    • Series
    • Tags
    • TextLength
    • Title
    • TotalBookmarks
    • TotalComments
    • TotalView
    • User
    • XRestrict
Back to top Generated by DocFX