init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
//***************************************************************************//
|
||||
// A megadott entitáshoz tipizált listát generál //
|
||||
//***************************************************************************//
|
||||
template GenerateEntityCollection()
|
||||
[BOM]using System;
|
||||
using Kreta.Framework;
|
||||
using Kreta.Framework.Entities;
|
||||
using Kreta.Framework.Entities.Generic;
|
||||
using Kreta.Framework.Collections;
|
||||
using Kreta.Framework.Collections.Generic;
|
||||
|
||||
namespace SDA.[ProjectName].Entities
|
||||
{
|
||||
//kompatibilitás miatt
|
||||
[loop (Instances -> MClass WHERE GetStereoType([MClass]) == "Entity")]
|
||||
public class [MClass.name]Collection = EntityCollection<[MClass.name]> { }
|
||||
[end loop]
|
||||
}
|
||||
end template
|
Loading…
Add table
Add a link
Reference in a new issue