Class DelegateNewUserInput
Inherited Members
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class DelegateNewUserInput
Constructors
DelegateNewUserInput()
Declaration
public DelegateNewUserInput()
Properties
EndTime
Declaration
[Required]
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
StartTime
Declaration
[Required]
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
TargetUserId
Declaration
public Guid TargetUserId { get; set; }
Property Value
Type | Description |
---|---|
Guid |