Getting the Name of a Plugin in a ServiceStack Service Class
Hi Mike,
When extending the API and you have a ServiceStack Service Class such as the below:
Is there a way of getting the name of the actual plugin in which the class is implemented, I am asking because I want to be able to access the System Setting for the plugin but would like to avoid hard coding the value.
When extending the API and you have a ServiceStack Service Class such as the below:
- Code: Select all
public class ContactSelectService : Service
Is there a way of getting the name of the actual plugin in which the class is implemented, I am asking because I want to be able to access the System Setting for the plugin but would like to avoid hard coding the value.