init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
41
Kreta.DataAccessInterfaceGenerated/IDKT_File.cs
Normal file
41
Kreta.DataAccessInterfaceGenerated/IDKT_File.cs
Normal file
|
@ -0,0 +1,41 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface IDKT_File : IEntity
|
||||
{
|
||||
bool IsAktiv { get; set; }
|
||||
bool IsModosithato { get; set; }
|
||||
bool IsTorolheto { get; set; }
|
||||
bool IsLathato { get; set; }
|
||||
string Cim { get; set; }
|
||||
int? EvfolyamId { get; set; }
|
||||
string Extension { get; set; }
|
||||
DateTime FeltoltesDatum { get; set; }
|
||||
Guid? FileGuid { get; set; }
|
||||
string FileNev { get; set; }
|
||||
int? FileSizeByte { get; set; }
|
||||
string Hibauzenet { get; set; }
|
||||
Guid IntezmenyGuid { get; set; }
|
||||
bool IsIdeiglenes { get; set; }
|
||||
int? OsztalyCsoportId { get; set; }
|
||||
int? TantargyId { get; set; }
|
||||
int? TantargyKategoriaId { get; set; }
|
||||
string Utvonal { get; set; }
|
||||
DateTime? VeglegesitesDatum { get; set; }
|
||||
|
||||
int FeltoltoTanuloId { get; set; }
|
||||
ITanulo FeltoltoTanulo { get; set; }
|
||||
int FeltoltoAlkalmazottId { get; set; }
|
||||
IAlkalmazott FeltoltoAlkalmazott { get; set; }
|
||||
int IntezmenyId { get; set; }
|
||||
IIntezmeny Intezmeny { get; set; }
|
||||
int TanevId { get; set; }
|
||||
ITanev Tanev { get; set; }
|
||||
|
||||
IReadOnlyList<IDKT_FeladatFile> DKT_FeladatFile { get; }
|
||||
IReadOnlyList<IOraFile> OraFile { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue