Class Role
Represents a role.
Inheritance
Role
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Roles
Assembly: BiExcellence.OpenBi.Api.Role.dll
Syntax
public class Role : IRole, ICustomAttributes
Constructors
Properties
Changed
Gets the created date.
Declaration
public DateTimeOffset? Changed { get; protected set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CustomAttributes
Gets or sets the custom attributes.
Declaration
public IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Description
Gets or sets the description.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
IsFavorite
Gets or sets whether this is favorite role.
Declaration
public bool? IsFavorite { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Gets or sets the name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the type.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Returns the name.
Declaration
public override string? ToString()
Returns
Type | Description |
---|---|
string |