Create a custom object

Guys, I would like to use my own objects, in this case lets assume that I will be creating a new class called Person and will have lets say 2 properties Name and Age, how can I create a custom class so I can use it in overall the workflow? Person.Age = 30, Person.Name = ‘hello world’

I’ve seen that I can use NuGet but I don’t want to expose it and depend in NuGet

Thanks!

1 Like

Patience :slight_smile:

1 Like

Just to add to this part - you don’t need to publish to NuGet, you can just create a .nupkg and use it locally.
See this KB:

When you’re in Manage Packages menu, you can also right click → Configure Sources and add a local/network path for convenience.

Regards.

4 Likes

@benjas11
please refer if this is what you want

1 Like