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