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

动态多字段排序 #56

Closed
ElderJames opened this issue Mar 27, 2019 · 0 comments
Closed

动态多字段排序 #56

ElderJames opened this issue Mar 27, 2019 · 0 comments
Milestone

Comments

@ElderJames
Copy link
Member

传入一个字典,Key是字段,OrderType是排序类型。

    public Dictionary<string, OrderType> OrderBy { get; set; }

    public enum OrderType
    {
        Asc,
        Desc,
    }

可以让For标签支持字典,取出Key和Value,并可以分别传入Switch标签。

@Ahoo-Wang Ahoo-Wang added this to the 4.1.0 milestone Mar 27, 2019
Ahoo-Wang added a commit that referenced this issue Jul 22, 2019
optimize DeserializerFactory
optimize EnablePropertyChangedTrack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants