Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List object properties #11

Open
unsegnor opened this issue Jul 31, 2019 · 0 comments
Open

List object properties #11

unsegnor opened this issue Jul 31, 2019 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@unsegnor
Copy link
Owner

Examples:
Get an existing object from the repository
do object.listProperties()
then I should get a list of the properties that have been setted for this object

Rules:
I would like to get the list of properties for every object.
I would like to also use the property 'properties' of the object and any other to store my own values.

Doubts:
Write any situation that may be not so clear and you think that we need to work on.

Developer Notes:
We could mainain a list of properties as an special property in the object, like the ID so that we could get the properties on every moment for that specific instance.

@unsegnor unsegnor added enhancement New feature or request question Further information is requested labels Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant