Show / Hide Table of Contents

Class CharacterDetail

Character details

Inheritance
Object
CharacterDetail
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class CharacterDetail

Fields

character

Linked character

Declaration
public Character character
Field Value
Type Description
Character

description

Character profile

Declaration
public string description
Field Value
Type Description
String
Remarks

Null if profile is empty

description_fragments

Profile divided into more fragments

Declaration
public List<DescriptionFragment> description_fragments
Field Value
Type Description
List<DescriptionFragment>
Remarks

Profiles include both URLs and plain text which get coded differently into fragments

websites

Registered websites

Declaration
public List<WebSite> websites
Field Value
Type Description
List<WebSite>
In This Article
Back to top Generated by DocFX