Skip to content

Commit

Permalink
Add missed properties to IDocumentSignature COM interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Romanovskiy committed Apr 30, 2021
1 parent 8cf6f1d commit b3540e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Proto/Events/DiadocMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,10 @@ public interface IDocumentSignature
bool SignByAttorney { get; set; }

bool SignWithTestSignature { get; set; }
bool IsApprovementSignature { get; set; }
string SignatureNameOnShelf { get; set; }
string PatchedContentId { get; set; }

void LoadFromFile(string fileName);
}

Expand Down

0 comments on commit b3540e4

Please sign in to comment.