[]
        
(Showing Draft Content)

C1.WPF.Schedule.SelectedEnumMemberConverterBase

SelectedEnumMemberConverterBase Class

Inheritance
SelectedEnumMemberConverterBase
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
[ValueConversion(typeof(Enum), typeof(bool))]
public abstract class SelectedEnumMemberConverterBase : IValueConverter

Constructors

Name Description
SelectedEnumMemberConverterBase(bool)

Initializes a new instance of the SelectedEnumMemberConverterBase.

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.

ConvertBack(object, Type, object, CultureInfo)

Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.