d
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
from generation.isPipeMany import *
|
||||
|
||||
def pipeBusSource(name, entity, busKey, structure, fmt):
|
||||
valueType = structure.model.fields[name][0]
|
||||
if isPipeMany(name, entity):
|
||||
itemType = structure.model.fields[key][0]
|
||||
valueType = f"MPAK.Many<{itemType}>"
|
||||
|
||||
return fmt \
|
||||
.replace("%BUS_KEY%", busKey) \
|
||||
.replace("%BUS_VALUE_TYPE%", valueType)
|
||||
|
||||
Reference in New Issue
Block a user