init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
76
Kreta.WebApi/Naplo/Kreta.Naplo.Dao/Kreta.Naplo.Dao.csproj
Normal file
76
Kreta.WebApi/Naplo/Kreta.Naplo.Dao/Kreta.Naplo.Dao.csproj
Normal file
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{0B9D719F-127A-4269-A05D-F65C055705DA}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Kreta.Naplo.Dao</RootNamespace>
|
||||
<AssemblyName>Kreta.Naplo.Dao</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>true</Deterministic>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="V3\Csatolmany\OraFileResponseDao.cs" />
|
||||
<Compile Include="V3\Igazolas\IgazolasResponseDao.cs" />
|
||||
<Compile Include="V3\Intezmeny\IntezmenyAdatokDao.cs" />
|
||||
<Compile Include="V3\Orarend\BejelentettSzamonkeresResponseDao.cs" />
|
||||
<Compile Include="V3\Orarend\BejelentettSzamonkeresekResponseDao.cs" />
|
||||
<Compile Include="V3\Orarend\FelmentesResponseDao.cs" />
|
||||
<Compile Include="V3\Orarend\JelenletIgazolasResponseDao.cs" />
|
||||
<Compile Include="V3\Orarend\JelenletResponseDao.cs" />
|
||||
<Compile Include="V3\Orarend\MulasztasResponseDao.cs" />
|
||||
<Compile Include="V3\Orarend\NaptariHetResponseDao.cs" />
|
||||
<Compile Include="V3\Ora\FeljegyzesResponseDao.cs" />
|
||||
<Compile Include="V3\Ora\MulasztasResponseDao.cs" />
|
||||
<Compile Include="V3\OsztalyCsoport\MondatbankResponseDao.cs" />
|
||||
<Compile Include="V3\OsztalyCsoport\OsztalyCsoportAdatokResponseDao.cs" />
|
||||
<Compile Include="V3\OsztalyCsoport\OsztalyCsoportGondviseloResponseDao.cs" />
|
||||
<Compile Include="V3\OsztalyCsoport\OsztalyCsoportTanuloAdatokResponseDao.cs" />
|
||||
<Compile Include="V3\OsztalyCsoport\TanuloErtekeleseiResponseDao.cs" />
|
||||
<Compile Include="V3\Tanulo\TantargyiAtlagResponseDao.cs" />
|
||||
<Compile Include="V3\OsztalyCsoport\OsztalyCsoportTanuloResponseDao.cs" />
|
||||
<Compile Include="V3\Tanulo\TanuloErtekelesekResponseDao.cs" />
|
||||
<Compile Include="V3\Tanmenet\TanmenetResponseDao.cs" />
|
||||
<Compile Include="V3\Tanulo\TanuloMentessegResponseDao.cs" />
|
||||
<Compile Include="V3\Tanulo\TanuloResponseDao.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\Kreta.Core\Kreta.Core.csproj">
|
||||
<Project>{57418D3E-CAF1-482C-9B18-85D147ABD495}</Project>
|
||||
<Name>Kreta.Core</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
|
@ -0,0 +1,36 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Kreta.Naplo.Dao")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Kreta.Naplo.Dao")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2022")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("0b9d719f-127a-4269-a05d-f65c055705da")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
@ -0,0 +1,26 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Csatolmany
|
||||
{
|
||||
public class OraFileResponseDao
|
||||
{
|
||||
[ColumnName("Id")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("FileId")]
|
||||
public int FileId { get; set; }
|
||||
|
||||
[ColumnName("Datum")]
|
||||
public DateTime OraDatum { get; set; }
|
||||
|
||||
[ColumnName("FileNev")]
|
||||
public string FileNev { get; set; }
|
||||
|
||||
[ColumnName("OrarendiOraId")]
|
||||
public int? OrarendiOraId { get; set; }
|
||||
|
||||
[ColumnName("TanitasiOraId")]
|
||||
public int? TanitasiOraId { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Igazolas
|
||||
{
|
||||
public class IgazolasResponseDao
|
||||
{
|
||||
[ColumnName("ID")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("Kezdete")]
|
||||
public DateTime Kezdete { get; set; }
|
||||
|
||||
[ColumnName("Vege")]
|
||||
public DateTime Vege { get; set; }
|
||||
|
||||
[ColumnName("IgazolasTipusa")]
|
||||
public int Tipusa { get; set; }
|
||||
|
||||
[ColumnName("Megjegyzes")]
|
||||
public string Megjegyzes { get; set; }
|
||||
|
||||
[ColumnName("Rogzito")]
|
||||
public string Rogzito { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Naplo
|
||||
{
|
||||
public class IntezmenyAdatokDao
|
||||
{
|
||||
[ColumnName("IntezmenyId")]
|
||||
public int IntezmenyId { get; set; }
|
||||
|
||||
[ColumnName("AktivTanevId")]
|
||||
public int TanevId { get; set; }
|
||||
|
||||
[ColumnName("TanevSorszam")]
|
||||
public int TanevSorszam { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Ora
|
||||
{
|
||||
public class FeljegyzesResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("Id")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("Tipus")]
|
||||
public int Tipus { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Ora
|
||||
{
|
||||
public class MulasztasResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("Tipus")]
|
||||
public int? Tipus { get; set; }
|
||||
|
||||
[ColumnName("Keses")]
|
||||
public int? Keses { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Orarend
|
||||
{
|
||||
public class BejelentettSzamonkeresResponseDao
|
||||
{
|
||||
[ColumnName("ID")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("SzamonkeresMegnevezes")]
|
||||
public string Tema { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesModId")]
|
||||
public int ErtekelesMod { get; set; }
|
||||
|
||||
[ColumnName("Oraszam")]
|
||||
public int? OraSzam { get; set; }
|
||||
|
||||
[ColumnName("TargyId")]
|
||||
public int TantargyId { get; set; }
|
||||
|
||||
[ColumnName("TargyNev")]
|
||||
public string TantargyNev { get; set; }
|
||||
|
||||
[ColumnName("TanarUid")]
|
||||
public Guid TanarUid { get; set; }
|
||||
|
||||
[ColumnName("TanarNev")]
|
||||
public string TanarNev { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Orarend
|
||||
{
|
||||
public class BejelentettSzamonkeresekResponseDao
|
||||
{
|
||||
[ColumnName("ID")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("SzamonkeresMegnevezes")]
|
||||
public string Tema { get; set; }
|
||||
|
||||
[ColumnName("SzamonkeresModId")]
|
||||
public int ErtekelesMod { get; set; }
|
||||
|
||||
[ColumnName("Oraszam")]
|
||||
public int? OraSzam { get; set; }
|
||||
|
||||
[ColumnName("TantargyId")]
|
||||
public int TantargyId { get; set; }
|
||||
|
||||
[ColumnName("Tantargy")]
|
||||
public string TantargyNev { get; set; }
|
||||
|
||||
[ColumnName("TanarUid")]
|
||||
public Guid TanarUid { get; set; }
|
||||
|
||||
[ColumnName("Tanar")]
|
||||
public string TanarNev { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Orarend
|
||||
{
|
||||
public class FelmentesResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("TantargyNev")]
|
||||
public string TantargyNev { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesMentesites")]
|
||||
public bool ErtekelesMentesites { get; set; }
|
||||
|
||||
[ColumnName("OraMentesites")]
|
||||
public bool OraMentesites { get; set; }
|
||||
|
||||
[ColumnName("SzovegesenErtekelheto")]
|
||||
public bool SzovegesenErtekelheto { get; set; }
|
||||
|
||||
[ColumnName("FelmentesOka")]
|
||||
public string FelmentesOka { get; set; }
|
||||
|
||||
[ColumnName("Kezdete")]
|
||||
public DateTime? FelmentesKezdete { get; set; }
|
||||
|
||||
[ColumnName("Vege")]
|
||||
public DateTime? FelmentesVege { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Orarend
|
||||
{
|
||||
public class JelenletIgazolasResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Orarend
|
||||
{
|
||||
public class JelenletResponseDao
|
||||
{
|
||||
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("TantargyId")]
|
||||
public int? TantargyId { get; set; }
|
||||
|
||||
[ColumnName("IsMaganTanulo")]
|
||||
public bool? IsMaganTanulo { get; set; }
|
||||
|
||||
[ColumnName("MaganTanulosagKezdetDatuma")]
|
||||
public DateTime? MaganTanulosagKezdetDatuma { get; set; }
|
||||
|
||||
[ColumnName("MaganTanulosagVegeDatuma")]
|
||||
public DateTime? MaganTanulosagVegeDatuma { get; set; }
|
||||
|
||||
[ColumnName("IsJogviszonySzunetelteto")]
|
||||
public bool? IsJogviszonySzunetelteto { get; set; }
|
||||
|
||||
[ColumnName("IsSzakmaiGyakorlatonLevo")]
|
||||
public bool? IsSzakmaiGyakorlatonLevo { get; set; }
|
||||
|
||||
[ColumnName("FelmentesId")]
|
||||
public int? FelmentesId { get; set; }
|
||||
|
||||
[ColumnName("FelmentesKezdeteDatum")]
|
||||
public DateTime? FelmentesKezdeteDatum { get; set; }
|
||||
|
||||
[ColumnName("FelmentesVegeDatum")]
|
||||
public DateTime? FelmentesVegeDatum { get; set; }
|
||||
|
||||
[ColumnName("IsOraMentesites")]
|
||||
public bool? IsOraMentesites { get; set; }
|
||||
|
||||
[ColumnName("MentessegOka")]
|
||||
public string MentessegOka { get; set; }
|
||||
|
||||
[ColumnName("IsErtekelesMentesseg")]
|
||||
public bool? IsErtekelesMentesseg { get; set; }
|
||||
|
||||
[ColumnName("IsSzovegesenErtekelheto")]
|
||||
public bool? IsSzovegesenErtekelheto { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Orarend
|
||||
{
|
||||
public class MulasztasResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("TanuloNev")]
|
||||
public string TanuloNev { get; set; }
|
||||
|
||||
[ColumnName("Megjegyzes")]
|
||||
public string Megjegyzes { get; set; }
|
||||
|
||||
[ColumnName("Tipus")]
|
||||
public int? Tipus { get; set; }
|
||||
|
||||
[ColumnName("Keses")]
|
||||
public int? Keses { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Orarend
|
||||
{
|
||||
public class NaptariHetResponseDao
|
||||
{
|
||||
[ColumnName("ID")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("HetSorszama")]
|
||||
public int HetSorszama { get; set; }
|
||||
|
||||
[ColumnName("HetKezdoNapja")]
|
||||
public DateTime KezdoNapDatuma { get; set; }
|
||||
|
||||
[ColumnName("HetUtolsoNapja")]
|
||||
public DateTime VegNapDatuma { get; set; }
|
||||
|
||||
[ColumnName("Hetirend")]
|
||||
public int? HetirendId { get; set; }
|
||||
|
||||
[ColumnName("Hetirend_DNAME")]
|
||||
public string HetirendNev { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class MondatbankResponseDao
|
||||
{
|
||||
[ColumnName("RovidNev")]
|
||||
public string RovidNev { get; set; }
|
||||
|
||||
[ColumnName("Szoveg")]
|
||||
public string Nev { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class OsztalyCsoportAdatokResponseDao
|
||||
{
|
||||
[ColumnName("OsztalyCsoportId")]
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
|
||||
[ColumnName("OsztalyCsoportNev")]
|
||||
public string OsztalyCsoportNev { get; set; }
|
||||
|
||||
[ColumnName("OsztalyfonokCsoportvezetoUid")]
|
||||
public Guid? OsztalyfonokCsoportvezetoUid { get; set; }
|
||||
|
||||
[ColumnName("OsztalyfonokCsoportvezetoNev")]
|
||||
public string OsztalyfonokCsoportvezetoNev { get; set; }
|
||||
|
||||
[ColumnName("OsztalyfonokHelyettesUid")]
|
||||
public Guid? OsztalyfonokHelyettesUid { get; set; }
|
||||
|
||||
[ColumnName("OsztalyfonokHelyettesNev")]
|
||||
public string OsztalyfonokHelyettesNev { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class OsztalyCsoportGondviseloResponseDao
|
||||
{
|
||||
[ColumnName("ID")]
|
||||
public int GondviseloId { get; set; }
|
||||
|
||||
[ColumnName("Nev")]
|
||||
public string GondviseloNev { get; set; }
|
||||
|
||||
[ColumnName("RokonsagFoka")]
|
||||
public int? GondviseloRokonsagiFok { get; set; }
|
||||
|
||||
[ColumnName("TelefonSzam")]
|
||||
public string GondviseloTelefonszam { get; set; }
|
||||
|
||||
[ColumnName("EmailCim")]
|
||||
public string GondviseloEmail { get; set; }
|
||||
|
||||
[ColumnName("IsTorvenyesKepviselo")]
|
||||
public bool IsTorvenyesKepviselo { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class OsztalyCsoportTanuloAdatokResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("TanuloNev")]
|
||||
public string TanuloNev { get; set; }
|
||||
|
||||
[ColumnName("TanuloSzuletesiDatum")]
|
||||
public DateTime TanuloSzuletesiDatum { get; set; }
|
||||
|
||||
[ColumnName("TanuloAnyjaNeve")]
|
||||
public string TanuloAnyjaNeve { get; set; }
|
||||
|
||||
[ColumnName("OsztalyCsoportId")]
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
|
||||
[ColumnName("OsztalyCsoportNev")]
|
||||
public string OsztalyCsoportNev { get; set; }
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class OsztalyCsoportTanuloResponseDao
|
||||
{
|
||||
[ColumnName("Id")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("Nev")]
|
||||
public string Nev { get; set; }
|
||||
|
||||
[ColumnName("SzuletesiDatum")]
|
||||
public DateTime SzuletesiDatum { get; set; }
|
||||
|
||||
[ColumnName("AnyjaNeve")]
|
||||
public string AnyjaNeve { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,71 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class TanuloErtekeleseiResponseDao
|
||||
{
|
||||
[ColumnName("ErtekelesId")]
|
||||
public int ErtekelesId { get; set; }
|
||||
|
||||
[ColumnName("TantargyId")]
|
||||
public int TantargyId { get; set; }
|
||||
|
||||
[ColumnName("TantargyNev")]
|
||||
public string TantargyNev { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesOsztalyzatId")]
|
||||
public int? ErtekelesOsztalyzatId { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesOsztalyzatId_DNAME")]
|
||||
public string ErtekelesOsztalyzatNev { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesSzoveg")]
|
||||
public string ErtekelesSzoveg { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesSzovegFormazott")]
|
||||
public string ErtekelesSzovegFormazott { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesSzazalek")]
|
||||
public int? ErtekelesSzazalek { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesModId")]
|
||||
public int? ErtekelesModId { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesModId_DNAME")]
|
||||
public string ErtekelesModNev { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesTipusId")]
|
||||
public int ErtekelesTipusId { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesTipusId_DNAME")]
|
||||
public string ErtekelesTipusNev { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesTema")]
|
||||
public string ErtekelesTema { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesDatum")]
|
||||
public DateTime ErtekelesDatum { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesSuly")]
|
||||
public int? ErtekelesSuly { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesRogzitesDatum")]
|
||||
public DateTime ErtekelesRogzitesDatum { get; set; }
|
||||
|
||||
[ColumnName("TanarUid")]
|
||||
public Guid TanarUid { get; set; }
|
||||
|
||||
[ColumnName("OsztalyCsoportId")]
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
|
||||
[ColumnName("FeladatEllatasiHelyId")]
|
||||
public int FeladatEllatasiHelyId { get; set; }
|
||||
|
||||
[ColumnName("MukodesiHelyNev")]
|
||||
public string MukodesiHelyNev { get; set; }
|
||||
|
||||
[ColumnName("OktatasiNevelesiFeladatTipusId")]
|
||||
public int OktatasiNevelesiFeladatTipusId { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Tanmenet
|
||||
{
|
||||
public class TanmenetResponseDao
|
||||
{
|
||||
[ColumnName("ID")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("Oraszam")]
|
||||
public int EvesOraszam { get; set; }
|
||||
|
||||
[ColumnName("Tema")]
|
||||
public string Tema { get; set; }
|
||||
|
||||
[ColumnName("Megjegyzes")]
|
||||
public string Megjegyzes { get; set; }
|
||||
|
||||
[ColumnName("Nev")]
|
||||
public string Nev { get; set; }
|
||||
|
||||
[ColumnName("RovidNev")]
|
||||
public string RovidNev { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Tanulo
|
||||
{
|
||||
public class TantargyiAtlagResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("SulyozottAtlag")]
|
||||
public decimal? SulyozottAtlag { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Tanulo
|
||||
{
|
||||
public class TanuloErtekelesekResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesOsztalyzatId")]
|
||||
public int? ErtekelesOsztalyzatId { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesSzoveg")]
|
||||
public string ErtekelesSzoveg { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesSzazalek")]
|
||||
public int? ErtekelesSzazalek { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesDatum")]
|
||||
public DateTime ErtekelesDatum { get; set; }
|
||||
|
||||
[ColumnName("TipusId")]
|
||||
public int TipusId { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Tanulo
|
||||
{
|
||||
public class TanuloMentessegResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesMentesites")]
|
||||
public bool? ErtekelesAloliFelmentes { get; set; }
|
||||
|
||||
[ColumnName("OraMentesites")]
|
||||
public bool? TanoraLatogatasaAloliFelmentes { get; set; }
|
||||
|
||||
[ColumnName("SzovegesenErtekelheto")]
|
||||
public bool? SzovegesenErtekelheto { get; set; }
|
||||
|
||||
[ColumnName("FelmentesOka")]
|
||||
public string FelmentesOka { get; set; }
|
||||
|
||||
[ColumnName("Kezdete")]
|
||||
public DateTime? Kezdete { get; set; }
|
||||
|
||||
[ColumnName("Vege")]
|
||||
public DateTime? Vege { get; set; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Tanulo
|
||||
{
|
||||
public class TanuloResponseDao
|
||||
{
|
||||
[ColumnName("TanuloId")]
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
[ColumnName("TanuloNyomtatasiNev")]
|
||||
public string TanuloNev { get; set; }
|
||||
|
||||
[ColumnName("TanuloSzuletesiDatum")]
|
||||
public string SzuletesiDatum { get; set; }
|
||||
|
||||
[ColumnName("TanuloAnyjaNev")]
|
||||
public string AnyaNev { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue