Class JobInfo.Parameter
Inherited Members
Namespace: DataWeb.Worker
Assembly: DataWeb.Core.dll
Syntax
public class JobInfo.Parameter
Constructors
Parameter()
Declaration
public Parameter()
Parameter(string, object)
Declaration
public Parameter(string name, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| object | value |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |