class Content
{
Application Application { get; }
string AvatarUrl { get; }
Guid ContentId { get; }
Guid ContentTypeId { get; }
int? CreatedByUserId { get; }
DateTime CreatedDate { get; }
Guid DataTypeId { get; }
bool IsEnabled { get; }
string Url { get; }
string HtmlDescription(string target);
string HtmlName(string target);
string ViewHtml(string target);
string ViewHtml();
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
Application |
Application |
|||
|
AvatarUrl |
string |
|||
|
ContentId |
Guid |
|||
|
ContentTypeId |
Guid |
|||
|
CreatedByUserId |
int? |
|||
|
CreatedDate |
DateTime |
|||
|
DataTypeId |
Guid |
|||
|
IsEnabled |
bool |
|||
|
Url |
string |
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
target |
string |
Target |
Required |
string
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
target |
string |
Target |
Required |
string
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
target |
string |
Target |
Required |
string
string