Class GuidJsonModel
Inheritance
object
GuidJsonModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ModelBinding
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class GuidJsonModel
Constructors
GuidJsonModel()
Declaration
public GuidJsonModel()
Properties
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
TenantId2
Declaration
public Guid? TenantId2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
UserId
Declaration
public Guid UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
UserId2
Declaration
public Guid UserId2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
UserId3
Declaration
public Guid UserId3 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
UserId4
Declaration
public Guid UserId4 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
UserId5
Declaration
public Guid UserId5 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |