Version

ProjectTaskStatesValueConverter Class Members

The following tables list the members exposed by ProjectTaskStatesValueConverter.

Public Constructors
Public Properties
 NameDescription
Public PropertyDestinationValueThe value returned from the Convert if the value provided includes the RequiredStates and does not have any of the DisallowedStates  
Public PropertyDisallowedStatesThe flags compared against the value provided to the Convert method.  
Public PropertyFallbackValueThe value returned from the Convert if the value provided doesn't have all the RequiredStates and has any of the DisallowedStates  
Public PropertyRequiredStatesThe flags compared against the value provided to the Convert method.  
Public Methods
 NameDescription
Public MethodConvertReturns the DestinationValue value if the value contains the RequiredStates and does not contain any of the DisallowedStates  
Public MethodConvertBackConverting back is not support  
See Also