Class BatchJobParameter
Represents a batch job parameter.
Inheritance
BatchJobParameter
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.BatchJobs
Assembly: BiExcellence.OpenBi.Api.BatchJob.dll
Syntax
public class BatchJobParameter : IBatchJobParameter
Constructors
BatchJobParameter(string, string)
Initializes a new instance of the BatchJobParameter class.
Declaration
public BatchJobParameter(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
string | value | The value. |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |