Show / Hide Table of Contents

Interface IPayrunResult

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

Properties

Culture

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

End

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

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>

NumericValue

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

PayrollResultId

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

Slot

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

Source

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

Start

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

Tags

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

Value

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

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