Interface IUsergroup
Represents an usergroup.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.Usergroups
Assembly: BiExcellence.OpenBi.Api.Usergroup.dll
Syntax
[TableAttribute("USERGROUPS")]
public interface IUsergroup : ICustomAttributes
Properties
Description
Gets or sets the description.
Declaration
[ApiField("DESCRIPTION")]
string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
[ApiField("ID")]
string Id { get; }
Property Value
Type | Description |
---|---|
string |
IsSystemGroup
Determines whether the usergroup is system group.
Declaration
[ApiField("ISSYSTEMGROUP")]
bool? IsSystemGroup { get; }
Property Value
Type | Description |
---|---|
bool? |
Name
Gets or sets the name.
Declaration
[ApiField("NAME")]
string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |