init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
48
Kreta.DataAccessInterfaceGenerated/IEszkoz.cs
Normal file
48
Kreta.DataAccessInterfaceGenerated/IEszkoz.cs
Normal file
|
@ -0,0 +1,48 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface IEszkoz : IEntity
|
||||
{
|
||||
bool? Berelt { get; set; }
|
||||
DateTime? BeszerzesDatum { get; set; }
|
||||
int? BeszerzesiAr { get; set; }
|
||||
int? Darabszam { get; set; }
|
||||
string FokonyviSzam { get; set; }
|
||||
string GyariSzam { get; set; }
|
||||
int? GyartasiEv { get; set; }
|
||||
bool? HalozatiKapcsolat { get; set; }
|
||||
bool? Hordozhato { get; set; }
|
||||
bool? InternetKapcsolat { get; set; }
|
||||
int? /* DictionaryItem */ Kategoria { get; set; }
|
||||
string LeltariSzam { get; set; }
|
||||
string Megjegyzes { get; set; }
|
||||
bool? Multimedias { get; set; }
|
||||
string Nev { get; set; }
|
||||
bool? PedagogusHozzaferhet { get; set; }
|
||||
string Szallito { get; set; }
|
||||
bool? TanuloHozzaferhet { get; set; }
|
||||
bool? Tartozek { get; set; }
|
||||
string TartozekHivatkozas { get; set; }
|
||||
int? /* DictionaryItem */ Tipus { get; set; }
|
||||
int? /* DictionaryItem */ Celja { get; set; }
|
||||
int? /* DictionaryItem */ Jellege { get; set; }
|
||||
int? /* DictionaryItem */ MennyisegiEgyseg { get; set; }
|
||||
string Vonalkod { get; set; }
|
||||
bool? NemMukodik { get; set; }
|
||||
bool Importalt { get; set; }
|
||||
string Projekt { get; set; }
|
||||
|
||||
int TeremId { get; set; }
|
||||
ITerem Terem { get; set; }
|
||||
int FelelosId { get; set; }
|
||||
IAlkalmazott Felelos { get; set; }
|
||||
int IntezmenyId { get; set; }
|
||||
IIntezmeny Intezmeny { get; set; }
|
||||
int TanevId { get; set; }
|
||||
ITanev Tanev { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue