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