文章 RatedItem 类

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

定义

class RatedItem
{
	Application Application { get;  }
	Guid? ApplicationId { get;  }
	double? AverageValue { get; set;  }
	Container Container { get;  }
	Guid? ContainerId { get;  }
	Content Content { get;  }
	Guid? ContentId { get;  }
	Guid? ContentTypeId { get;  }
	string ContentUrl { get;  }
	int Count { get; set;  }
	Guid? TypeId { get; set;  }
	string Url { get;  }
}

属性

名称

类型

描述

默认值

选项

Application

Application

ApplicationId

Guid?

AverageValue

double?

Container

Container

ContainerId

Guid?

Content

Content

ContentId

Guid?

ContentTypeId

Guid?

ContentUrl

string

Count

int

TypeId

Guid?

Url

string