Class PersonFieldBoolModified
public class PersonFieldBoolModified : Change, IChange
- Inheritance
-
PersonFieldBoolModified
- Implements
- Inherited Members
- Extension Methods
Constructors
PersonFieldBoolModified(PersonField, bool?)
public PersonFieldBoolModified(PersonField personField, bool? value)
Parameters
personFieldPersonFieldvaluebool?
Properties
PersonField
public PersonField PersonField { get; set; }
Property Value
Value
public bool? Value { get; set; }
Property Value
- bool?