Class AuthObject
Represents an auth value.
Inheritance
AuthObject
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.AuthObjects
Assembly: BiExcellence.OpenBi.Api.AuthObject.dll
Syntax
public class AuthObject : IAuthObject
Constructors
AuthObject()
Initializes a new instance of the AuthObject class with a new id.
Declaration
public AuthObject()
AuthObject(string)
Initializes a new instance of the AuthObject class.
Declaration
public AuthObject(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
Properties
Description
Gets or sets the description.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DimensionId
Gets or sets the dimension id.
Declaration
public string? DimensionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Returns the Description.
Declaration
public override string? ToString()
Returns
Type | Description |
---|---|
string |