GetVersionSuggestionResponse
Represents a response containing suggested version numbering for a new version in the document management system.
This class extends BaseResponse to provide version numbering suggestions. It contains both the individual major and minor version numbers, as well as a formatted version string representation. The class helps maintain consistent version numbering patterns across the document management system.
Properties
Name | Description |
---|---|
Version | Gets or sets the formatted version string representation. |
Minor | Gets or sets the suggested minor version number. |
Major | Gets or sets the suggested major version number. |
Constructors
Name | Description |
---|---|
GetVersionSuggestionResponse() | Initializes a new instance of the GetVersionSuggestionResponse class. |