Click or drag to resize

Group Class

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Class representing an access group
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.UserGroup

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.User
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class Group

The Group type exposes the following members.

Constructors
 NameDescription
Public methodGroupInitializes a new instance of the Group class
Top
Properties
 NameDescription
Public propertyDescription Description of the group
Public propertyForms List of forms assigned to the group
Public propertyGroupId Unique ID for the group
Public propertyLastUpdated Returns the datetime of when the group was last changed
Public propertyRoles List of roles assigned to the group
Public propertyRowVersion Identitfier for the group-version that has been loaded
Public propertyUsers List of users in the group
Top
See Also