Class OpenIddictScope
Inheritance
OpenIddictScope
Assembly: Volo.Abp.OpenIddict.Domain.dll
Syntax
public class OpenIddictScope : FullAuditedAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
OpenIddictScope()
Declaration
OpenIddictScope(Guid)
Declaration
public OpenIddictScope(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Properties
Description
Declaration
public virtual string Description { get; set; }
Property Value
Descriptions
Declaration
public virtual string Descriptions { get; set; }
Property Value
DisplayName
Declaration
public virtual string DisplayName { get; set; }
Property Value
DisplayNames
Declaration
public virtual string DisplayNames { get; set; }
Property Value
Name
Declaration
public virtual string Name { get; set; }
Property Value
Properties
Declaration
public virtual string Properties { get; set; }
Property Value
Resources
Declaration
public virtual string Resources { get; set; }
Property Value
Implements
Extension Methods