Show / Hide Table of Contents

Class WageTypeCustomResult

Inheritance
object
ModelBase
WageTypeCustomResult
Implements
IWageTypeCustomResult
IModel
IAttributeObject
IEquatable<IWageTypeCustomResult>
INumericValueResult
Inherited Members
ModelBase.Id
ModelBase.IsExistingObject
ModelBase.IsNewObject
ModelBase.Status
ModelBase.Created
ModelBase.Updated
ModelBase.UpdateMode
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class WageTypeCustomResult : ModelBase, IWageTypeCustomResult, IModel, IAttributeObject, IEquatable<IWageTypeCustomResult>, INumericValueResult

Constructors

WageTypeCustomResult()

Declaration
public WageTypeCustomResult()

WageTypeCustomResult(WageTypeCustomResult)

Declaration
public WageTypeCustomResult(WageTypeCustomResult copySource)
Parameters
Type Name Description
WageTypeCustomResult copySource

Properties

Attributes

Declaration
[JsonPropertyOrder(111)]
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type Description
Dictionary<string, object>

Culture

Declaration
[JsonPropertyOrder(107)]
public string Culture { get; set; }
Property Value
Type Description
string

End

Declaration
[JsonPropertyOrder(109)]
public DateTime End { get; set; }
Property Value
Type Description
DateTime

Source

Declaration
[Required]
[JsonPropertyOrder(104)]
public string Source { get; set; }
Property Value
Type Description
string

Start

Declaration
[JsonPropertyOrder(108)]
public DateTime Start { get; set; }
Property Value
Type Description
DateTime

Tags

Declaration
[JsonPropertyOrder(110)]
public List<string> Tags { get; set; }
Property Value
Type Description
List<string>

Value

Declaration
[JsonPropertyOrder(106)]
public decimal? Value { get; set; }
Property Value
Type Description
decimal?

ValueType

Declaration
[JsonPropertyOrder(105)]
public ValueType ValueType { get; set; }
Property Value
Type Description
ValueType

WageTypeName

Declaration
[JsonPropertyOrder(101)]
public string WageTypeName { get; set; }
Property Value
Type Description
string

WageTypeNameLocalizations

Declaration
[JsonPropertyOrder(103)]
public Dictionary<string, string> WageTypeNameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

WageTypeNumber

Declaration
[JsonPropertyOrder(100)]
public decimal WageTypeNumber { get; set; }
Property Value
Type Description
decimal

WageTypeResultId

Declaration
[JsonPropertyOrder(102)]
public int WageTypeResultId { get; set; }
Property Value
Type Description
int

Methods

AlmostEqualValue(decimal?, int)

Declaration
public virtual bool AlmostEqualValue(decimal? compare, int precision)
Parameters
Type Name Description
decimal? compare
int precision
Returns
Type Description
bool

Equals(IWageTypeCustomResult)

Declaration
public virtual bool Equals(IWageTypeCustomResult compare)
Parameters
Type Name Description
IWageTypeCustomResult compare
Returns
Type Description
bool

GetUiString()

Declaration
public override string GetUiString()
Returns
Type Description
string
Overrides
ModelBase.GetUiString()

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
ModelBase.ToString()

Implements

IWageTypeCustomResult
IModel
IAttributeObject
IEquatable<T>
INumericValueResult

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