Show / Hide Table of Contents

Class IdentityRoleCreateOrUpdateDtoBase

Inheritance
object
IdentityRoleCreateOrUpdateDtoBase
IdentityRoleCreateDto
IdentityRoleUpdateDto
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityRoleCreateOrUpdateDtoBase : ExtensibleObject

Constructors

IdentityRoleCreateOrUpdateDtoBase()

Declaration
protected IdentityRoleCreateOrUpdateDtoBase()

Properties

IsDefault

Declaration
public bool IsDefault { get; set; }
Property Value
Type Description
bool

IsPublic

Declaration
public bool IsPublic { get; set; }
Property Value
Type Description
bool

Name

Declaration
[Required]
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft