ICommentAuthor

ICommentAuthor 接口

表示评论的作者。

public interface ICommentAuthor  

属性

名称描述
Comments { get; }返回此作者所做的评论集合。只读 ICommentCollection
Initials { get; set; }返回或设置作者的首字母。读写字符串。
Name { get; set; }返回或设置作者的名字。读写字符串。

方法

名称描述
Remove()从父集合中移除作者。

另见