Inheritance
CommentsChangedEvent
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
public class CommentsChangedEvent
Constructors
Declaration
public CommentsChangedEvent(CommentsChangedEvent.CommentEventType eventType, CommentsChangedEvent.CommentScope scope, IEnumerable<IComment> comments)
Parameters
Properties
Declaration
public IEnumerable<IComment> Comments { get; }
Property Value
Declaration
public CommentsChangedEvent.CommentEventType EventType { get; }
Property Value
Declaration
public CommentsChangedEvent.CommentScope Scope { get; }
Property Value
Extension Methods