Show / Hide Table of Contents

Class ScopeCreateOrUpdateDtoBase

Inheritance
object
ScopeCreateOrUpdateDtoBase
CreateScopeInput
UpdateScopeInput
Namespace: Volo.Abp.OpenIddict.Scopes.Dtos
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public class ScopeCreateOrUpdateDtoBase : ExtensibleObject

Constructors

ScopeCreateOrUpdateDtoBase()

Declaration
public ScopeCreateOrUpdateDtoBase()

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Name

Declaration
[Required]
[RegularExpression("\\w+", ErrorMessage = "TheScopeNameCannotContainSpaces")]
public string Name { get; set; }
Property Value
Type Description
string

Resources

Declaration
public HashSet<string> Resources { get; set; }
Property Value
Type Description
HashSet<string>
In this article
Back to top Powered by Volosoft