Class ApiScopeProperty
Inheritance
ApiScopeProperty
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class ApiScopeProperty : Entity, IEntity
Constructors
ApiScopeProperty()
Declaration
protected ApiScopeProperty()
ApiScopeProperty(Guid, string, string)
Declaration
protected ApiScopeProperty(Guid apiScopeId, string key, string value)
Parameters
Properties
ApiScopeId
Declaration
public virtual Guid ApiScopeId { get; set; }
Property Value
Key
Declaration
public virtual string Key { get; set; }
Property Value
Value
Declaration
public virtual string Value { get; set; }
Property Value
Methods
Equals(Guid, string, string)
Declaration
public virtual bool Equals(Guid apiScopeId, string key, string value)
Parameters
Returns
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods