Class ModifyUserFieldBool
- Namespace
- InSite.Application.Users.Write
- Assembly
- Shift.Sdk.dll
public class ModifyUserFieldBool : Command, ICommand
- Inheritance
-
ModifyUserFieldBool
- Implements
- Inherited Members
- Extension Methods
Constructors
ModifyUserFieldBool(Guid, UserField, bool?)
public ModifyUserFieldBool(Guid userId, UserField userField, bool? value)
Parameters
Properties
UserField
public UserField UserField { get; set; }
Property Value
Value
public bool? Value { get; set; }
Property Value
- bool?
Methods
ToString()
public override string ToString()