Class FormCodeChanged
public class FormCodeChanged : Change, IChange
- Inheritance
-
FormCodeChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
FormCodeChanged(Guid, string, string, string)
public FormCodeChanged(Guid form, string code, string source, string origin)
Parameters
Properties
Code
public string Code { get; set; }
Property Value
Form
public Guid Form { get; set; }
Property Value
Origin
public string Origin { get; set; }
Property Value
Source
public string Source { get; set; }