init
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user