Show / Hide Table of Contents

Class CaseFieldValue

Inheritance
object
CaseFieldValue
Implements
IEquatable<CaseFieldValue>
Inherited Members
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 CaseFieldValue : IEquatable<CaseFieldValue>

Constructors

CaseFieldValue()

Declaration
public CaseFieldValue()

CaseFieldValue(CaseFieldValue)

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

Properties

Attributes

Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type Description
Dictionary<string, object>

CancellationDate

Declaration
public DateTime? CancellationDate { get; set; }
Property Value
Type Description
DateTime?

CaseFieldName

Declaration
[Required]
public string CaseFieldName { get; set; }
Property Value
Type Description
string

CaseFieldNameLocalizations

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

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
DateTime

End

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

Start

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

Tags

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

Value

Declaration
[Required]
public string Value { get; set; }
Property Value
Type Description
string

ValueType

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

Methods

Equals(CaseFieldValue)

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

ToString()

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

Implements

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