Example #1
0
 public CollectionSerialization(
     Arebis.CodeGeneration.IGenerationHost _host,
     IZetboxContext ctx,
     Templates.Serialization.SerializerDirection direction,
     string streamName,
     string xmlnamespace,
     string xmlname,
     string collectionName,
     bool orderByValue,
     bool disableExport)
     : base(_host, ctx, direction, streamName, xmlnamespace, xmlname, collectionName, orderByValue, disableExport)
 {
 }
Example #2
0
 public EagerLoadingSerialization(Arebis.CodeGeneration.IGenerationHost _host, IZetboxContext ctx, Templates.Serialization.SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries, string relationEntryCollectionName)
     : base(_host, ctx, direction, streamName, xmlnamespace, xmlname, collectionName, serializeIds, serializeRelationEntries)
 {
     this.relationEntryCollectionName = relationEntryCollectionName;
 }