Skip to content

TableContentSetMethodBindingConverter class

Defined in

Namespace: ReactiveUI.Reactive.Winforms Assembly: ReactiveUI.Winforms.Reactive.dll Full name: ReactiveUI.Reactive.Winforms.TableContentSetMethodBindingConverter Modifiers: public

Summary

View source

A binding set converter which will convert from a Table.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481, net471

Class hierarchy
classDiagram
class TableContentSetMethodBindingConverter
class ISetMethodBindingConverter {
    <>
}
ISetMethodBindingConverter <|.. TableContentSetMethodBindingConverter
class IEnableLogger {
    <>
}
IEnableLogger <|.. TableContentSetMethodBindingConverter

Implements: ISetMethodBindingConverter, IEnableLogger

Constructors

NameSummary
.ctor

Methods

NameSummary
GetAffinityForObjectsReturns a positive integer when this class supports PerformSet for this particular Type. If the method isn't supported at all, return a non-positive integer. When multiple...
PerformSetConvert a given object to the specified type.
Inherited members