Class CaseValueQuery
Query by object name parameters
Inherited Members
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 |