Class CaseChangeQuery
Case change query parameters
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CaseChangeQuery : Query
Constructors
CaseChangeQuery()
Declaration
public CaseChangeQuery()
Properties
Culture
The culture
Declaration
public string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DivisionId
The division id
Declaration
public int? DivisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ExcludeGlobal
Exclude global changes
Declaration
public bool ExcludeGlobal { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |