aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tester/stdafx.h
blob: b005a839def24829d348825ce6303a5538707527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#include "targetver.h"

#include <stdio.h>
#include <tchar.h>



// TODO: reference additional headers your program requires here
changes to this file will be overwritten if the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ namespace Tango.DAL.Remote.DB { using System; using System.Collections.Generic; public partial class SPOOL { public int ID { get; set; } public string GUID { get; set; } public System.DateTime LAST_UPDATED { get; set; } public string SPOOL_TYPE_GUID { get; set; } public string MACHINE_GUID { get; set; } public Nullable<int> START_OFFSET_PULSES { get; set; } public Nullable<int> BACKING_RATE { get; set; } public Nullable<int> SEGMENT_OFFSET_PULSES { get; set; } public Nullable<int> BOTTOM_BACKING_RATE { get; set; } public Nullable<int> LIMIT_SWITCH_START_POINT_OFFSET { get; set; } public virtual MACHINE MACHINE { get; set; } public virtual SPOOL_TYPES SPOOL_TYPES { get; set; } } }