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
传入一个字典,Key是字段,OrderType是排序类型。
public Dictionary<string, OrderType> OrderBy { get; set; } public enum OrderType { Asc, Desc, }
可以让For标签支持字典,取出Key和Value,并可以分别传入Switch标签。
The text was updated successfully, but these errors were encountered:
add support OrderBy Tag -> ref #56
a2b7ec1
optimize DeserializerFactory optimize EnablePropertyChangedTrack
No branches or pull requests
传入一个字典,Key是字段,OrderType是排序类型。
可以让For标签支持字典,取出Key和Value,并可以分别传入Switch标签。
The text was updated successfully, but these errors were encountered: