Interface ICollectorResult
The collector result client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICollectorResult : IModel, IAttributeObject, IEquatable<ICollectorResult>, INumericValueResult
Properties
CollectMode
The collect mode (immutable)
Declaration
CollectMode CollectMode { get; set; }
Property Value
| Type | Description |
|---|---|
| CollectMode |
CollectorId
The collector id (immutable)
Declaration
int CollectorId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CollectorName
The collector name (immutable)
Declaration
string CollectorName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CollectorNameLocalizations
The localized collector names (immutable)
Declaration
Dictionary<string, string> CollectorNameLocalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Culture
The collector result culture name based on RFC 4646
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
End
The ending date for the value (immutable)
Declaration
DateTime End { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Negated
Negated collector result (immutable)
Declaration
bool Negated { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PayrollResultId
The payroll result id (immutable)
Declaration
int PayrollResultId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Start
The starting date for the value (immutable)
Declaration
DateTime Start { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Tags
The result tags
Declaration
List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
ValueType
The value type (immutable)
Declaration
ValueType ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| ValueType |