Table of Contents

Class CountPersonFields

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CountPersonFields : Query<int>, IQuery<int>, IPersonFieldCriteria
Inheritance
CountPersonFields
Implements
Inherited Members
Extension Methods

Constructors

CountPersonFields()

public CountPersonFields()

Properties

FieldName

public string FieldName { get; set; }

Property Value

string

FieldSequence

public int? FieldSequence { get; set; }

Property Value

int?

FieldValue

public string FieldValue { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

UserIdentifier

public Guid? UserIdentifier { get; set; }

Property Value

Guid?