CustomPluginInfo
Generic template for adding metadata info about custom plugins
Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class CustomPluginInfo : IMeta
Properties
AccessRole
Which User Roles have access to this Plugins Services. See RoleNames for built-in Roles.
View Source
Declaration
public string AccessRole { get; set; }
ServiceRoutes
What Services Types (and their user-defined routes) are enabled in this plugin
View Source
Declaration
public Dictionary<string, string[]> ServiceRoutes { get; set; }
Enabled
List of enabled features in this plugin
View Source
Declaration
public List<string> Enabled { get; set; }
Meta
Additional custom metadata about this plugin
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }