Class CommentAuthorRoleChanged
public class CommentAuthorRoleChanged : Change, IChange
- Inheritance
-
CommentAuthorRoleChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
CommentAuthorRoleChanged(Guid, string)
public CommentAuthorRoleChanged(Guid comment, string authorRole)
Parameters
Properties
AuthorRole
public string AuthorRole { get; set; }
Property Value
Comment
public Guid Comment { get; set; }