Class DocumentAuthor
Inherited Members
Namespace: Volo.Docs.GitHub.Documents
Assembly: Volo.Docs.Domain.dll
Syntax
public class DocumentAuthor
Constructors
DocumentAuthor()
Declaration
public DocumentAuthor()
Properties
AvatarUrl
Declaration
public string AvatarUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CommitCount
Declaration
public int CommitCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HtmlUrl
Declaration
public string HtmlUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Login
Declaration
public string Login { get; set; }
Property Value
| Type | Description |
|---|---|
| string |