Table of Contents

Class CommentAuthorRoleChanged

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class CommentAuthorRoleChanged : Change, IChange
Inheritance
CommentAuthorRoleChanged
Implements
Inherited Members
Extension Methods

Constructors

CommentAuthorRoleChanged(Guid, string)

public CommentAuthorRoleChanged(Guid comment, string authorRole)

Parameters

comment Guid
authorRole string

Properties

AuthorRole

public string AuthorRole { get; set; }

Property Value

string

Comment

public Guid Comment { get; set; }

Property Value

Guid