CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Xaml.BrokenRuleSeverityConverter Class Reference

Converts validation severity values into corresponding images. More...

Inheritance diagram for Csla.Xaml.BrokenRuleSeverityConverter:

Public Member Functions

object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Converts validation severity values into corresponding images. More...
 
object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Returns the original value. More...
 

Detailed Description

Converts validation severity values into corresponding images.

Definition at line 22 of file BrokenRulesSeverityConverter.cs.

Member Function Documentation

◆ Convert()

object Csla.Xaml.BrokenRuleSeverityConverter.Convert ( object  value,
Type  targetType,
object  parameter,
System.Globalization.CultureInfo  culture 
)

Converts validation severity values into corresponding images.

Parameters
valueOriginal value.
targetTypeDesired output type (ignored).
parameterExtra parameter (ignored).
cultureDesired culture (ignored).
Returns

Definition at line 33 of file BrokenRulesSeverityConverter.cs.

◆ ConvertBack()

object Csla.Xaml.BrokenRuleSeverityConverter.ConvertBack ( object  value,
Type  targetType,
object  parameter,
System.Globalization.CultureInfo  culture 
)

Returns the original value.

Parameters
valueOriginal value.
targetTypeDesired output type (ignored).
parameterExtra parameter (ignored).
cultureDesired culture (ignored).

Definition at line 53 of file BrokenRulesSeverityConverter.cs.