Show / Hide Table of Contents

Class UserDelegationDto

Inheritance
object
UserDelegationDto
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class UserDelegationDto : EntityDto<Guid>

Constructors

UserDelegationDto()

Declaration
public UserDelegationDto()

Properties

EndTime

Declaration
public DateTime EndTime { get; set; }
Property Value
Type Description
DateTime

StartTime

Declaration
public DateTime StartTime { get; set; }
Property Value
Type Description
DateTime

UserName

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