public PluginStepConfig <T> AddImage(PluginImageType PluginImageType, params Expression <Func <T, object> >[] attributes) { return(this.AddImage(PluginImageType.ToString(), PluginImageType.ToString(), PluginImageType, attributes)); }
protected static T GetImage <T>(LocalPluginContext context, PluginImageType PluginImageType) where T : Entity { return(GetImage <T>(context, PluginImageType, PluginImageType.ToString())); }