Class BackgroundBatchStatusParameter
Inheritance
System.Object
BackgroundBatchStatusParameter
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 BackgroundBatchStatusParameter
Constructors
BackgroundBatchStatusParameter()
Declaration
public BackgroundBatchStatusParameter()
Properties
BackgroundBatchStatusId
Gets or sets the BackgroundBatchStatusId associated with this BackgroundBatchStatusParameter.
Declaration
public int BackgroundBatchStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BatchId. |
Id
Gets or sets the Id associated with this BackgroundBatchStatusParameter.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ParameterKey
Gets or sets the ParameterKey associated with this BackgroundBatchStatusParameter.
Declaration
public string ParameterKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterKey. |
ParameterValue
Gets or sets the ParameterValue associated with this BackgroundBatchStatusParameter.
Declaration
public string ParameterValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterValue. |