Class ScopeCreateOrUpdateDtoBase
Inheritance
ScopeCreateOrUpdateDtoBase
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public class ScopeCreateOrUpdateDtoBase : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
ScopeCreateOrUpdateDtoBase()
Declaration
public ScopeCreateOrUpdateDtoBase()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Name
Declaration
[Required]
[RegularExpression("\\w+", ErrorMessage = "TheScopeNameCannotContainSpaces")]
public string Name { get; set; }
Property Value
Resources
Declaration
public HashSet<string> Resources { get; set; }
Property Value
Implements
Extension Methods