Show / Hide Table of Contents

Class PlanDto

Inheritance
object
PlanDto
Implements
IHasConcurrencyStamp
Namespace: Volo.Payment.Plans
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class PlanDto : ExtensibleEntityDto<Guid>, IHasConcurrencyStamp

Constructors

PlanDto()

Declaration
public PlanDto()

Properties

ConcurrencyStamp

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

Name

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

Implements

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