Open Closed

How to create entity has property is class #1334


User avatar
1
thanhnghiacntt created

How to add object type in "Property type"?

  • ABP Framework version: v4.2.3
  • UI type: MVC
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:I want to create Entity has colum location is type Location
  • class Location{
    • public double Lat{get;set;}
    • public double Lng{get;set;}
  • }

4 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Seems you need to add navigation properties

  • User Avatar
    0
    thanhnghiacntt created

    Can you sent to me video guide?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry reply late, seems Location is not an entity, right? if so, suite can not add object type,

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11