Show / Hide Table of Contents

Class CaseChangeQuery

Case change query parameters

Inheritance
object
Query
CaseChangeQuery
PayrollCaseChangeQuery
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 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

Extension Methods

ClientQueryExtensions.AppendQueryString(CaseChangeQuery, string)
ClientQueryExtensions.BuildQueryString(CaseChangeQuery, string, QueryResultType?)
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