Class FormVersionChanged
public class FormVersionChanged : Change, IChange
- Inheritance
-
FormVersionChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
FormVersionChanged(Guid, string, string)
public FormVersionChanged(Guid form, string major, string minor)
Parameters
Properties
Form
public Guid Form { get; set; }
Property Value
Major
public string Major { get; set; }
Property Value
Minor
public string Minor { get; set; }