Class CountPersonFields
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
FieldSequence
public int? FieldSequence { get; set; }
Property Value
- int?
FieldValue
public string FieldValue { get; set; }
Property Value
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
UserIdentifier
public Guid? UserIdentifier { get; set; }
Property Value
- Guid?