Class AddForm
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class AddForm : Command, ICommand
- Inheritance
-
AddForm
- Implements
- Inherited Members
- Extension Methods
Constructors
AddForm(Guid, Guid, Guid, string, int, int?)
public AddForm(Guid bank, 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?