Interface IDraggableUser
Implemented by an entity that can be dragged
Namespace: Simplic.User.UI
Assembly: Simplic.User.UI.dll
Syntax
public interface IDraggableUser
Properties
| Improve this Doc View SourceUserId
Entity id
Declaration
int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceJoin(ViewModelBase)
Declaration
void Join(ViewModelBase vm)
Parameters
Type | Name | Description |
---|---|---|
ViewModelBase | vm |