文章 StatusMessage 类

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

定义

class StatusMessage
{
	Application Application { get;  }
	string AttachedUrl { get; set;  }
	User Author { get; set;  }
	string Body { get; set;  }
	Guid ContentId { get;  }
	DateTime? CreatedDate { get; set;  }
	Group Group { get; set;  }
	Guid? Id { get; set;  }
	string RenderedBody { get; set;  }
	IList<ReplyMessage> Replies { get; set;  }
	int ReplyCount { get; set;  }
	string Url { get; set;  }
}

属性

名称

类型

描述

默认值

选项

Application

Application

AttachedUrl

string

Author

User

Body

string

ContentId

Guid

CreatedDate

DateTime?

Group

Group

Id

Guid?

RenderedBody

string

Replies

IList<ReplyMessage>

ReplyCount

int

Url

string