Class VersionAttribute
Command version attribute (a command can serve multiple versions)
Assembly: Taskurai.Worker.dll
Declaration
[AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = true)]
public class VersionAttribute : Attribute
Inheritance: System.Object -> System.Attribute
Properties
Version
Declaration
public int Version { get; set; }
IsDefault
Declaration
public bool IsDefault { get; set; }