Skip to main content

Class FromArgumentAttribute

Specifies that a parameter or property should be bound using the task argument.

Assembly: Taskurai.Worker.dll
Declaration
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Parameter, Inherited = true, AllowMultiple = false)]
public class FromArgumentAttribute : Attribute

Inheritance: System.Object -> System.Attribute

Properties

Name

Declaration
public string Name { get; set; }