Interface IUserGroupListSelection
Content return type for IUserGroupListField fields
Namespace: Estrelica.Archer.Content
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IUserGroupListSelection
Properties
GroupIds
IEnumerable<int> of the Group Ids selected for the record/field
Declaration
IEnumerable<int> GroupIds { get; }
Property Value
IEnumerable<int> |
Groups
IEnumerable<IArcherGroup> of the Groups selected for the record/field
Declaration
IEnumerable<IArcherGroup> Groups { get; }
Property Value
IEnumerable<IArcherGroup> |
UserIds
IEnumerable<int> of the User Ids selected for the record/field
Declaration
IEnumerable<int> UserIds { get; }
Property Value
IEnumerable<int> |
Users
IEnumerable<IArcherUser> of the Users selected for the record/field
Declaration
IEnumerable<IArcherUser> Users { get; }
Property Value
IEnumerable<IArcherUser> |