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

Multi Level Properties #1

Open
alfkonee opened this issue Oct 28, 2019 · 1 comment
Open

Multi Level Properties #1

alfkonee opened this issue Oct 28, 2019 · 1 comment

Comments

@alfkonee
Copy link

alfkonee commented Oct 28, 2019

Hello there Please I'd like to ask if the Indexing works for MultiLevel Child Properties say

class CLS1{
 int Prop1{get;set}
 CLS2 Child{get;set}
}
class CLS2{
 [ActiveIndex]
 string data{get;set}
}

will this work if I use the CLS1 Class as a State for the IndexableGrain??

@sergeybykov

@TedHartMS
Copy link
Collaborator

No, we would only look for index attributes on properties of the specified Properties class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants