AutoApplyAttribute
Apply generic behavior to AutoQuery Operations
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class AutoApplyAttribute : AttributeBase, _Attribute
Properties
Name
The name of the behavior you want to apply
View Source
Declaration
public string Name { get; }
Args
Any additional args to define the behavior
View Source
Declaration
public string[] Args { get; }
Implements
System.Runtime.InteropServices._Attribute