Show / Hide Table of Contents

Class CaseValueQuery

Query by object name parameters

Inheritance
object
Query
CaseValueQuery
Inherited Members
Query.ToString()
Query.Status
Query.Filter
Query.OrderBy
Query.Select
Query.Top
Query.Skip
Query.Result
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 CaseValueQuery : Query

Constructors

CaseValueQuery()

Declaration
public CaseValueQuery()

Properties

CaseFieldName

The case field name

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

CaseName

The case name

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

DivisionId

The division id

Declaration
public int? DivisionId { get; set; }
Property Value
Type Description
int?

DivisionScope

The division scope

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

Extension Methods

ClientQueryExtensions.AppendQueryString(CaseValueQuery, string)
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