文章 BlogComment 类

  • 命名空间: Limyee.Extensibility.Api.Entities.Version1
  • 程序集: Limyee.Api.dll

定义

class BlogComment
{
	Guid ApplicationId { get; set;  }
	Guid ApplicationTypeId { get; set;  }
	User Author { get; set;  }
	string Body { get; set;  }
	Guid CommentContentTypeId { get; set;  }
	Guid CommentId { get; set;  }
	Guid ContentContentId { get; set;  }
	int? ContentId { get; set;  }
	Guid ContentTypeId { get; set;  }
	ApiList<ExtendedAttribute> ExtendedAttributes { get; set;  }
	int? Id { get; set;  }
	bool? IsApproved { get; set;  }
	int? ParentId { get; set;  }
	DateTime? PublishedDate { get; set;  }
	int? ReplyCount { get; set;  }
	string Url { get; set;  }
}

属性

名称

类型

描述

默认值

选项

ApplicationId

Guid

ApplicationTypeId

Guid

Author

User

Body

string

CommentContentTypeId

Guid

CommentId

Guid

ContentContentId

Guid

ContentId

int?

ContentTypeId

Guid

ExtendedAttributes

ApiList<ExtendedAttribute>

Id

int?

IsApproved

bool?

ParentId

int?

PublishedDate

DateTime?

ReplyCount

int?

Url

string