We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No, we would only look for index attributes on properties of the specified Properties class.
Sorry, something went wrong.
No branches or pull requests
Hello there Please I'd like to ask if the Indexing works for MultiLevel Child Properties say
will this work if I use the CLS1 Class as a State for the IndexableGrain??
@sergeybykov
The text was updated successfully, but these errors were encountered: