Entities vereinfacht (kein Entity Developer mehr)
This commit is contained in:
@@ -1,31 +1,37 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// This is auto-generated code.
|
||||
//------------------------------------------------------------------------------
|
||||
// This code was generated by Entity Developer tool using EF Core template.
|
||||
// Code is generated on: 11.04.2022 17:16:51
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Data.Common;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
namespace FoodsharingSiegen.Contracts.Entity
|
||||
{
|
||||
/// <summary>
|
||||
/// The interaction type enum
|
||||
/// </summary>
|
||||
public enum InteractionType : int
|
||||
{
|
||||
/// <summary>
|
||||
/// The ein ab interaction type
|
||||
/// </summary>
|
||||
EinAb = 10,
|
||||
/// <summary>
|
||||
/// The welcome interaction type
|
||||
/// </summary>
|
||||
Welcome = 20,
|
||||
/// <summary>
|
||||
/// The id check interaction type
|
||||
/// </summary>
|
||||
IdCheck = 30,
|
||||
/// <summary>
|
||||
/// The print pass interaction type
|
||||
/// </summary>
|
||||
PrintPass = 40,
|
||||
/// <summary>
|
||||
/// The pdf pass interaction type
|
||||
/// </summary>
|
||||
PdfPass = 50,
|
||||
/// <summary>
|
||||
/// The verify interaction type
|
||||
/// </summary>
|
||||
Verify = 60,
|
||||
/// <summary>
|
||||
/// The complete interaction type
|
||||
/// </summary>
|
||||
Complete = 70
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user