34 lines
1.3 KiB
C#
34 lines
1.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
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<int> StartPos { get; set; }
|
|
public Nullable<int> Length { get; set; }
|
|
public Nullable<int> index { get; set; }
|
|
public string isDelimited { get; set; }
|
|
public string Delimitor { get; set; }
|
|
public string AdditionalFormat { get; set; }
|
|
public Nullable<bool> Overlay { get; set; }
|
|
public Nullable<int> DBFieldFormat { get; set; }
|
|
public Nullable<int> TableOrder { get; set; }
|
|
public Nullable<bool> ForeignKey { get; set; }
|
|
}
|
|
}
|