文章 RatingListOptions 类

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

定义

class RatingListOptions
{
	Guid? ApplicationId { get; set;  }
	Guid? ContainerId { get; set;  }
	Guid? ContentId { get; set;  }
	Guid? ContentTypeId { get; set;  }
	string ContentUrl { get; set;  }
	bool? IncludeSubContainers { get; set;  }
	int? PageIndex { get; set;  }
	int? PageSize { get; set;  }
	string SortBy { get; set;  }
	string SortOrder { get; set;  }
	Guid? TypeId { get; set;  }
	int? UserId { get; set;  }
}

属性

名称

类型

描述

默认值

选项

ApplicationId

Guid?

Content application identifier

ContainerId

Guid?

Content container identifier

ContentId

Guid?

Content identifier

ContentTypeId

Guid?

Content type identifier

ContentUrl

string

Content url

IncludeSubContainers

bool?

Include likes in sub-containers. ContainerId must be set if this is set.

PageIndex

int?

Specify the page number of paged results to return. Zero-based index.

PageSize

int?

Specify the number of results to return per page.

SortBy

string

Sort mechanism

Rating, Date

SortOrder

string

Sort order

Ascending, Descending

TypeId

Guid?

Categorization type

UserId

int?

User identifier