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