init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
22
Kreta.Core/EntityInfos/EntityLengths.cs
Normal file
22
Kreta.Core/EntityInfos/EntityLengths.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
namespace Kreta.Core.EntityInfos
|
||||
{
|
||||
public static class EntityLengths
|
||||
{
|
||||
public static class Cim
|
||||
{
|
||||
public const int AjtoLength = SDA.Kreta.Entities.Cim.AttributeLengthInfo.AjtoLength;
|
||||
public const int EmeletLength = SDA.Kreta.Entities.Cim.AttributeLengthInfo.EmeletLength;
|
||||
public const int HazszamLength = SDA.Kreta.Entities.Cim.AttributeLengthInfo.HazszamLength;
|
||||
}
|
||||
|
||||
public static class OraSorszamozasHalmaz
|
||||
{
|
||||
public const int NevLength = SDA.Kreta.Entities.OraSorszamozasHalmaz.AttributeLengthInfo.NevLength;
|
||||
}
|
||||
|
||||
public static class TanuloTanugyiAdatok
|
||||
{
|
||||
public const int BizonyitvanySzamaLength = SDA.Kreta.Entities.TanuloTanugyiAdatok.AttributeLengthInfo.BizonyitvanySzamaLength;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue