Table of Contents

Class AddField

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class AddField : Command, ICommand
Inheritance
AddField
Implements
Inherited Members
Extension Methods

Constructors

AddField(Guid, Guid, Guid, Guid, int)

public AddField(Guid bank, Guid field, Guid section, Guid question, int index)

Parameters

bank Guid
field Guid
section Guid
question Guid
index int

Properties

Field

public Guid Field { get; set; }

Property Value

Guid

Index

public int Index { get; set; }

Property Value

int

Question

public Guid Question { get; set; }

Property Value

Guid

Section

public Guid Section { get; set; }

Property Value

Guid