Show / Hide Table of Contents

Interface ICollectorCustomResult

Custom collector result client object

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IEquatable<ICollectorCustomResult>.Equals(ICollectorCustomResult)
INumericValueResult.AlmostEqualValue(decimal?, int)
INumericValueResult.Value
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICollectorCustomResult : IModel, IAttributeObject, IEquatable<ICollectorCustomResult>, INumericValueResult

Properties

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>

CollectorResultId

The wage type result id (immutable)

Declaration
int CollectorResultId { get; set; }
Property Value
Type Description
int

Culture

The collector custom result culture name based on RFC 4646+

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

End

The period ending date for the value

Declaration
DateTime End { get; set; }
Property Value
Type Description
DateTime

Source

The value source (immutable)

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

Start

The period starting date for the value

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

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