Class CommentsChangedEvent
Inheritance
Object
CommentsChangedEvent
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class CommentsChangedEvent
Constructors
CommentsChangedEvent(CommentsChangedEvent.CommentEventType, CommentsChangedEvent.CommentScope, IEnumerable<IComment>)
Declaration
public CommentsChangedEvent(CommentsChangedEvent.CommentEventType eventType, CommentsChangedEvent.CommentScope scope, IEnumerable<IComment> comments)
Parameters
Type | Name | Description |
---|---|---|
CommentsChangedEvent.CommentEventType | eventType | |
CommentsChangedEvent.CommentScope | scope | |
IEnumerable<IComment> | comments |
Properties
Comments
Declaration
public IEnumerable<IComment> Comments { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IComment> |
EventType
Declaration
public CommentsChangedEvent.CommentEventType EventType { get; }
Property Value
Type | Description |
---|---|
CommentsChangedEvent.CommentEventType |
Scope
Declaration
public CommentsChangedEvent.CommentScope Scope { get; }
Property Value
Type | Description |
---|---|
CommentsChangedEvent.CommentScope |