Class ApiResourceScope
Inheritance
ApiResourceScope
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class ApiResourceScope : Entity, IEntity
Constructors
ApiResourceScope()
Declaration
protected ApiResourceScope()
ApiResourceScope(Guid, string)
Declaration
protected ApiResourceScope(Guid apiResourceId, string scope)
Parameters
Type |
Name |
Description |
Guid |
apiResourceId |
|
string |
scope |
|
Properties
ApiResourceId
Declaration
public virtual Guid ApiResourceId { get; protected set; }
Property Value
Scope
Declaration
public virtual string Scope { get; set; }
Property Value
Methods
Equals(Guid, string)
Declaration
public virtual bool Equals(Guid apiResourceId, string scope)
Parameters
Type |
Name |
Description |
Guid |
apiResourceId |
|
string |
scope |
|
Returns
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods