IAssignee Interface |
Namespace: Omada.OE.Model.Public
public interface IAssignee
The IAssignee type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayName |
States the DisplayName of the assignee.
| |
| Id |
States the Id of the assignee.
The Id is either a user Id or a (non personal) user group Id.
| |
| IsGroup |
States whether the assignee is a (non personal) user group.
| |
| IsUser |
States whether the assignee is a user.
| |
| MemberCount |
States the number of members of the assignee (group).
If the assignee is a user then the member count is always one (1).
| |
| Name |
States the Name of the assignee.
If the assignee is a user then Name holds the username.
If the assignee is a user group then Name holds the name of the user group.
|