Class AuthObjectValue
Represents an auth object value.
Inheritance
AuthObjectValue
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.AuthObjects
Assembly: BiExcellence.OpenBi.Api.AuthObject.dll
Syntax
public class AuthObjectValue : IAuthObjectValue
Constructors
AuthObjectValue(IAuthObject, string)
Initializes a new instance of the AuthObjectValue class.
Declaration
public AuthObjectValue(IAuthObject authObject, string id)
Parameters
Type | Name | Description |
---|---|---|
IAuthObject | authObject | The auth object. |
string | id | The id. |
AuthObjectValue(IAuthObject)
Initializes a new instance of the AuthObjectValue class with a new id.
Declaration
public AuthObjectValue(IAuthObject authObject)
Parameters
Type | Name | Description |
---|---|---|
IAuthObject | authObject | The auth object. |
AuthObjectValue(string, string)
Initializes a new instance of the AuthObjectValue class.
Declaration
public AuthObjectValue(string authObjectId, string id)
Parameters
Type | Name | Description |
---|---|---|
string | authObjectId | The auth object id. |
string | id | The id. |
AuthObjectValue(string)
Initializes a new instance of the AuthObjectValue class with a new id.
Declaration
public AuthObjectValue(string authObjectId)
Parameters
Type | Name | Description |
---|---|---|
string | authObjectId | The auth object id. |
Properties
AuthObjectId
Gets the auth object id.
Declaration
public string? AuthObjectId { get; protected set; }
Property Value
Type | Description |
---|---|
string |
DimensionId
Gets or sets the dimension id.
Declaration
public string? DimensionId { get; set; }
Property Value
Type | Description |
---|---|
string |
High
Gets or sets the high value.
Declaration
public string? High { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Low
Gets or sets the low value.
Declaration
public string? Low { get; set; }
Property Value
Type | Description |
---|---|
string |
Opt
Gets or sets the operator.
Declaration
public FilterOperator Opt { get; set; }
Property Value
Type | Description |
---|---|
FilterOperator |
Owner
Gets or sets the owner.
Declaration
public string? Owner { get; set; }
Property Value
Type | Description |
---|---|
string |
Sign
Gets or sets the sign.
Declaration
public FilterSign Sign { get; set; }
Property Value
Type | Description |
---|---|
FilterSign |