Click or drag to resize

IAssignee Interface

The interface gives access to the properties of an assignee.

Namespace:  Omada.OE.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IAssignee

The IAssignee type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
States the DisplayName of the assignee.
Public propertyId
States the Id of the assignee. The Id is either a user Id or a (non personal) user group Id.
Public propertyIsGroup
States whether the assignee is a (non personal) user group.
Public propertyIsUser
States whether the assignee is a user.
Public propertyMemberCount
States the number of members of the assignee (group). If the assignee is a user then the member count is always one (1).
Public propertyName
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.
Top
See Also