Show / Hide Table of Contents

Class WageTypeResultSet

The wage type result set client object

Inheritance
object
ModelBase
WageTypeResult
WageTypeResultSet
Implements
IWageTypeResultSet
IWageTypeResult
IModel
IAttributeObject
IEquatable<IWageTypeResult>
INumericValueResult
IEquatable<IWageTypeResultSet>
Inherited Members
WageTypeResult.Equals(IWageTypeResult)
WageTypeResult.AlmostEqualValue(decimal?, int)
WageTypeResult.GetUiString()
WageTypeResult.WageTypeNumber
WageTypeResult.PayrollResultId
WageTypeResult.WageTypeId
WageTypeResult.WageTypeName
WageTypeResult.WageTypeNameLocalizations
WageTypeResult.ValueType
WageTypeResult.Value
WageTypeResult.Culture
WageTypeResult.Start
WageTypeResult.End
WageTypeResult.Tags
WageTypeResult.Attributes
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 WageTypeResultSet : WageTypeResult, IWageTypeResultSet, IWageTypeResult, IModel, IAttributeObject, IEquatable<IWageTypeResult>, INumericValueResult, IEquatable<IWageTypeResultSet>

Constructors

WageTypeResultSet()

Initializes a new instance

Declaration
public WageTypeResultSet()

WageTypeResultSet(WageTypeResult)

Initializes a new instance from a copy

Declaration
public WageTypeResultSet(WageTypeResult copySource)
Parameters
Type Name Description
WageTypeResult copySource

The copy source

WageTypeResultSet(WageTypeResultSet)

Initializes a new instance from a copy

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

The copy source

Properties

CustomResults

The wage type custom results (immutable)

Declaration
[JsonPropertyOrder(200)]
public List<WageTypeCustomResult> CustomResults { get; set; }
Property Value
Type Description
List<WageTypeCustomResult>

Methods

Equals(IWageTypeResultSet)

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

ToString()

Returns a string that represents this instance

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents this instance

Overrides
WageTypeResult.ToString()

Implements

IWageTypeResultSet
IWageTypeResult
IModel
IAttributeObject
IEquatable<T>
INumericValueResult
IEquatable<T>

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