kreta/Kreta.DataAccessInterfaceGenerated/IDictionaryItemBaseNyelv.cs
2024-03-13 00:33:46 +01:00

25 lines
695 B
C#

using System;
using System.Collections.Generic;
namespace Kreta.DataAccess.Interfaces
{
public interface IDictionaryItemBaseNyelv : IEntity
{
string Name { get; set; }
string Name_1 { get; set; }
string Name_2 { get; set; }
string Name_3 { get; set; }
string Name_4 { get; set; }
int /* DictionaryItem */ NyelvId { get; set; }
string ShortName { get; set; }
int DictionaryItemBaseId { get; set; }
IDictionaryItemBase DictionaryItemBase { get; set; }
int IntezmenyId { get; set; }
IIntezmeny Intezmeny { get; set; }
int TanevId { get; set; }
ITanev Tanev { get; set; }
}
}