Interface IAuthObjectValue
Represents an auth object value.
Namespace: BiExcellence.OpenBi.Api.Commands.AuthObjects
Assembly: BiExcellence.OpenBi.Api.AuthObject.dll
Syntax
public interface IAuthObjectValue
Properties
AuthObjectId
Gets the auth object id.
Declaration
string? AuthObjectId { get; }
Property Value
Type | Description |
---|---|
string |
DimensionId
Gets or sets the dimension id.
Declaration
string? DimensionId { get; set; }
Property Value
Type | Description |
---|---|
string |
High
Gets or sets the high value.
Declaration
string? High { get; set; }
Property Value
Type | Description |
---|---|
string |
Low
Gets or sets the low value.
Declaration
string? Low { get; set; }
Property Value
Type | Description |
---|---|
string |
Opt
Gets or sets the operator.
Declaration
FilterOperator Opt { get; set; }
Property Value
Type | Description |
---|---|
FilterOperator |
Owner
Gets or sets the owner.
Declaration
string? Owner { get; set; }
Property Value
Type | Description |
---|---|
string |
Sign
Gets or sets the sign.
Declaration
FilterSign Sign { get; set; }
Property Value
Type | Description |
---|---|
FilterSign |