Skip to content

Enum collection binding with CompiledBinding. #17017

Answered by IanRawley
FolderMaster asked this question in Q&A
Discussion options

You must be logged in to vote

Your Status property in ITask doesn't have a Setter, that's why you can't set it.

        public TaskStatus Status { get; }

Everything else works because both Getter and Setter are specified in the more specific ITaskElement interface. Only Status is left entirely inherited.

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@FolderMaster
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@FolderMaster
Comment options

@kyuranger
Comment options

@FolderMaster
Comment options

@IanRawley
Comment options

Answer selected by FolderMaster
@FolderMaster
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants