Show / Hide Table of Contents

Interface ICollector

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<ICollector>.EqualKey(ICollector)
IEquatable<ICollector>.Equals(ICollector)
Namespace: PayrollEngine.Client.Model
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
Type Description
List<string>

ApplyExpression

Declaration
string ApplyExpression { get; set; }
Property Value
Type Description
string

ApplyExpressionFile

Declaration
string ApplyExpressionFile { get; set; }
Property Value
Type Description
string

Clusters

Declaration
List<string> Clusters { get; set; }
Property Value
Type Description
List<string>

CollectMode

Declaration
CollectMode CollectMode { get; set; }
Property Value
Type Description
CollectMode

CollectorGroups

Declaration
List<string> CollectorGroups { get; set; }
Property Value
Type Description
List<string>

Culture

Declaration
string Culture { get; set; }
Property Value
Type Description
string

EndActions

Declaration
List<string> EndActions { get; set; }
Property Value
Type Description
List<string>

EndExpression

Declaration
string EndExpression { get; set; }
Property Value
Type Description
string

EndExpressionFile

Declaration
string EndExpressionFile { get; set; }
Property Value
Type Description
string

MaxResult

Declaration
decimal? MaxResult { get; set; }
Property Value
Type Description
decimal?

MinResult

Declaration
decimal? MinResult { get; set; }
Property Value
Type Description
decimal?

Name

Declaration
string Name { get; set; }
Property Value
Type Description
string

NameLocalizations

Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

Negated

Declaration
bool Negated { get; set; }
Property Value
Type Description
bool

OverrideType

Declaration
OverrideType OverrideType { get; set; }
Property Value
Type Description
OverrideType

StartActions

Declaration
List<string> StartActions { get; set; }
Property Value
Type Description
List<string>

StartExpression

Declaration
string StartExpression { get; set; }
Property Value
Type Description
string

StartExpressionFile

Declaration
string StartExpressionFile { get; set; }
Property Value
Type Description
string

Threshold

Declaration
decimal? Threshold { get; set; }
Property Value
Type Description
decimal?

ValueType

Declaration
ValueType ValueType { get; set; }
Property Value
Type Description
ValueType

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX