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