Class XamlValueConverter<TConverterBase>
Inheritance
System.Object
XamlValueConverter<TConverterBase>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlValueConverter<TConverterBase> : IEquatable<XamlValueConverter<TConverterBase>> where TConverterBase : class
Type Parameters
Name |
Description |
TConverterBase |
|
Constructors
|
Improve this Doc
View Source
XamlValueConverter(Type, XamlType)
Declaration
public XamlValueConverter(Type converterType, XamlType targetType)
Parameters
Type |
Name |
Description |
System.Type |
converterType |
|
XamlType |
targetType |
|
|
Improve this Doc
View Source
XamlValueConverter(Type, XamlType, String)
Declaration
public XamlValueConverter(Type converterType, XamlType targetType, string name)
Parameters
Type |
Name |
Description |
System.Type |
converterType |
|
XamlType |
targetType |
|
System.String |
name |
|
Properties
|
Improve this Doc
View Source
ConverterInstance
Declaration
public TConverterBase ConverterInstance { get; }
Property Value
Type |
Description |
TConverterBase |
|
|
Improve this Doc
View Source
ConverterType
Declaration
public Type ConverterType { get; }
Property Value
Type |
Description |
System.Type |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetType
Declaration
public XamlType TargetType { get; }
Property Value
Methods
|
Improve this Doc
View Source
CreateInstance()
Declaration
protected virtual TConverterBase CreateInstance()
Returns
Type |
Description |
TConverterBase |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
Equals(XamlValueConverter<TConverterBase>)
Declaration
public bool Equals(XamlValueConverter<TConverterBase> other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Operators
|
Improve this Doc
View Source
Equality(XamlValueConverter<TConverterBase>, XamlValueConverter<TConverterBase>)
Declaration
public static bool operator ==(XamlValueConverter<TConverterBase> left, XamlValueConverter<TConverterBase> right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Inequality(XamlValueConverter<TConverterBase>, XamlValueConverter<TConverterBase>)
Declaration
public static bool operator !=(XamlValueConverter<TConverterBase> left, XamlValueConverter<TConverterBase> right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods