Class VolumeSource
Indicates an associate who's had volume change and who's stats will be recalculated.
Inheritance
System.Object
VolumeSource
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class VolumeSource : Object
Constructors
VolumeSource()
Declaration
public VolumeSource()
Properties
AssociateId
The associate who is being processed.
Declaration
public int AssociateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessTime
The time this update was added to the process queue.
Declaration
public DateTime ProcessTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
SourceDate
The order date.
Declaration
public DateTime SourceDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
SourceId
The order number that has affected the associate.
Declaration
public int SourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |