Zetbox.Generator.AbstractBaseGenerator.Generate_CompoundObject C# (CSharp) Méthode

Generate_CompoundObject() protected méthode

protected Generate_CompoundObject ( IZetboxContext ctx, CompoundObject s ) : string
ctx IZetboxContext
s CompoundObject
Résultat string
        protected virtual string Generate_CompoundObject(IZetboxContext ctx, CompoundObject s)
        {
            return RunTemplateWithExtension(ctx, "CompoundObjects.Template", s.Module.Name, s.Name, "Designer.cs", s);
        }