-
Notifications
You must be signed in to change notification settings - Fork 33
895415: Update Json class properties in Service #3165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
public string freeTextAnnotation { get; set; } | ||
public string signatureData { get; set; } | ||
public string fieldsData { get; set; } | ||
public string formDesigner { get; set; } | ||
public string FormDesigner { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sathiyaseelanksf3503 Please check existing model class. It seems contains all the data.
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
@@ -392,7 +392,8 @@ namespace PDFViewerSample.Pages | |||
public bool isFormFieldAnnotationsExist { get; set; } | |||
public string documentLiveCount { get; set; } | |||
public string annotationDataFormat { get; set; } | |||
public string importedData { get; set; } | |||
public string importedData { get; set; } | |||
public bool digitalSignaturePresent { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sathiyaseelanksf3503 The newly added property is already included in the model class. please check and update it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rparthi-pdf Updated the removed the already defined property
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Description:
Update the Json class properties in Service of Asp.Net Core and MVC documentation