Class GuidJsonModel
Inheritance
GuidJsonModel
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class GuidJsonModel
Constructors
GuidJsonModel()
Declaration
Properties
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
TenantId2
Declaration
public Guid? TenantId2 { get; set; }
Property Value
UserId
Declaration
public Guid UserId { get; set; }
Property Value
UserId2
Declaration
public Guid UserId2 { get; set; }
Property Value
UserId3
Declaration
public Guid UserId3 { get; set; }
Property Value
UserId4
Declaration
public Guid UserId4 { get; set; }
Property Value
UserId5
Declaration
public Guid UserId5 { get; set; }
Property Value
Extension Methods