Show / Hide Table of Contents

Class IdentityRoleUpdateDto

Inheritance
object
IdentityRoleCreateOrUpdateDtoBase
IdentityRoleUpdateDto
Implements
IHasConcurrencyStamp
Inherited Members
IdentityRoleCreateOrUpdateDtoBase.Name
IdentityRoleCreateOrUpdateDtoBase.IsDefault
IdentityRoleCreateOrUpdateDtoBase.IsPublic
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityRoleUpdateDto : IdentityRoleCreateOrUpdateDtoBase, IHasConcurrencyStamp

Constructors

IdentityRoleUpdateDto()

Declaration
public IdentityRoleUpdateDto()

Properties

ConcurrencyStamp

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

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft