Interface ICollector
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICollector : IModel, IAttributeObject, IKeyEquatable<ICollector>, IEquatable<ICollector>
Properties
ApplyActions
Declaration
List<string> ApplyActions { get; set; }
Property Value
ApplyExpression
Declaration
string ApplyExpression { get; set; }
Property Value
ApplyExpressionFile
Declaration
string ApplyExpressionFile { get; set; }
Property Value
Clusters
Declaration
List<string> Clusters { get; set; }
Property Value
CollectMode
Declaration
CollectMode CollectMode { get; set; }
Property Value
CollectorGroups
Declaration
List<string> CollectorGroups { get; set; }
Property Value
Culture
Declaration
string Culture { get; set; }
Property Value
EndActions
Declaration
List<string> EndActions { get; set; }
Property Value
EndExpression
Declaration
string EndExpression { get; set; }
Property Value
EndExpressionFile
Declaration
string EndExpressionFile { get; set; }
Property Value
MaxResult
Declaration
decimal? MaxResult { get; set; }
Property Value
MinResult
Declaration
decimal? MinResult { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
NameLocalizations
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Negated
Declaration
bool Negated { get; set; }
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
StartActions
Declaration
List<string> StartActions { get; set; }
Property Value
StartExpression
Declaration
string StartExpression { get; set; }
Property Value
StartExpressionFile
Declaration
string StartExpressionFile { get; set; }
Property Value
Threshold
Declaration
decimal? Threshold { get; set; }
Property Value
ValueType
Declaration
ValueType ValueType { get; set; }
Property Value
Extension Methods