Class FormAdded
public class FormAdded : Change, IChange
- Inheritance
-
FormAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
FormAdded(Guid, Guid, string, int, int?)
public FormAdded(Guid spec, Guid identifier, string name, int asset, int? timeLimit)
Parameters
Properties
Asset
public int Asset { get; set; }
Property Value
Code
public string Code { get; set; }
Property Value
Identifier
public Guid Identifier { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Specification
public Guid Specification { get; set; }
Property Value
TimeLimit
public int? TimeLimit { get; set; }
Property Value
- int?