//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EnVisage
{
using System;
using System.Collections.Generic;
public partial class supt_tbl_RecParser
{
public System.Guid Id { get; set; }
public string ProcessID { get; set; }
public string ToType { get; set; }
public string ToName { get; set; }
public string ToField { get; set; }
public Nullable StartPos { get; set; }
public Nullable Length { get; set; }
public Nullable index { get; set; }
public string isDelimited { get; set; }
public string Delimitor { get; set; }
public string AdditionalFormat { get; set; }
public Nullable Overlay { get; set; }
public Nullable DBFieldFormat { get; set; }
public Nullable TableOrder { get; set; }
public Nullable ForeignKey { get; set; }
}
}