bunyamin.avci的活动

Hi,

I worked on a little more. I get the return as in the image.

I guess can i access subfields with a '.' after ExtraProperties? Or do I need to json.deserialize in a foreach?

Thanks for your help.

Oh, really quick answer. Thanks for your support. I'll try that. If i have got any problem, i'll write here.

Hi again :D,

I used the GetProperty<string> method you specified in a method defined as GetAsync(Guid id) in an app service. It works, I can see the information. But I want to run it in a Task<PagedResultDto<AppUserDto>> GetListAsync(GetAppUsersInput input) method. I am sharing the image of the codes in this method here.

I need to use these extra properties on angular side. Like this; I applied what is written in this document about it. https://docs.abp.io/en/abp/latest/Module-Entity-Extensions Codes:

Client side:

What we want to do is to bring the data in this extraProperties field to the relevant client page. This fetch fails.

I did it. (set and get property.) But i didn't define it for the other classes. I'll try that. Please check that issue steps. ( https://support.abp.io/QA/Questions/3628 ) If you can't see, i'll share steps.

I actually have only one problem left.

I used the GetProperty<string> method you specified in a method defined as GetAsync(Guid id) in an app service. It works, I can see the information. But I want to run it in a Task<PagedResultDto<AppUserDto>> GetListAsync(GetAppUsersInput input) method. I am sharing the image of the codes in this method here.

I need to use these extra properties on angular side. Like this; I applied what is written in this document about it. https://docs.abp.io/en/abp/latest/Module-Entity-Extensions Codes:

Client side:

What we want to do is to bring the data in this extraProperties field to the relevant client page. This fetch fails.

Hi,

When we trigger it via Swagger, we see null values as in the image. However, this data is available in the database. I have completed all the steps you specified. I also looked at the ajax responses in the Angular app.

显示 5 个条目中的 1 到 5 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11