Table of Contents

Class FieldAdded

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class FieldAdded : Change, IChange
Inheritance
FieldAdded
Implements
Inherited Members
Extension Methods

Constructors

FieldAdded(Guid, Guid, Guid, int?)

public FieldAdded(Guid identifier, Guid section, Guid question, int? index)

Parameters

identifier Guid
section Guid
question Guid
index int?

Properties

Identifier

public Guid Identifier { 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