Class BackgroundJobStatusParameter
This class represents the EntityModel for the core.BackgroundJobStatusParameter database table.
Inheritance
System.Object
BackgroundJobStatusParameter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BackgroundJobStatusParameter
Constructors
BackgroundJobStatusParameter()
Declaration
public BackgroundJobStatusParameter()
Properties
BackgroundJobStatusId
Gets or sets the BackgroundJobStatusId associated with this BackgroundBatchStatusParameter.
Declaration
public int BackgroundJobStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The JobId. |
Id
Gets or sets the Id associated with this BackgroundJobStatusParameter.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ParameterKey
Gets or sets the ParameterKey associated with this BackgroundJobStatusParameter.
Declaration
public string ParameterKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterKey. |
ParameterValue
Gets or sets the ParameterValue associated with this BackgroundJobStatusParameter.
Declaration
public string ParameterValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterValue. |