Class AttachmentAddedToQuestion
public class AttachmentAddedToQuestion : Change, IChange
- Inheritance
-
AttachmentAddedToQuestion
- Implements
- Inherited Members
- Extension Methods
Constructors
AttachmentAddedToQuestion(Guid, Guid)
public AttachmentAddedToQuestion(Guid attachment, Guid question)
Parameters
Properties
Attachment
public Guid Attachment { get; set; }
Property Value
Question
public Guid Question { get; set; }