Table of Contents

Class ProgramRepository.SurveyMigration

Namespace
InSite.Persistence.Plugin.NCSHA
Assembly
InSite.Persistence.dll
public class ProgramRepository.SurveyMigration
Inheritance
ProgramRepository.SurveyMigration
Inherited Members

Constructors

SurveyMigration()

public SurveyMigration()

SurveyMigration(int)

public SurveyMigration(int year)

Parameters

year int

Properties

Answers

public List<ProgramRepository.Answer> Answers { get; set; }

Property Value

List<ProgramRepository.Answer>

Errors

public List<string> Errors { get; set; }

Property Value

List<string>

Mappings

public List<ProgramRepository.Mapping> Mappings { get; set; }

Property Value

List<ProgramRepository.Mapping>