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

Field class missing editable and nullable properties #53

Closed
spaddlewit opened this issue May 3, 2019 · 1 comment
Closed

Field class missing editable and nullable properties #53

spaddlewit opened this issue May 3, 2019 · 1 comment

Comments

@spaddlewit
Copy link

Please add these two to the Field class in Query.cs:

    [DataMember(Name = "nullable")]
    public bool Nullable { get; set; }

    [DataMember(Name = "editable")]
    public bool Editable { get; set; }
davetimmins added a commit that referenced this issue May 28, 2019
@davetimmins
Copy link
Owner

published in v1.10.0

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