Table of Contents

Class UIDataBinder<T>

Namespace
KSP.UI.Binding.Core
Assembly
Assembly-CSharp.dll
public abstract class UIDataBinder<T> : UIDataBinder, IUIDataBinder, IUIDataBinder<T>, IUIDataBindable<T>, IUIDataBindable where T : class

Type Parameters

T
Inheritance
UIDataBinder<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

UIDataBinder()

protected UIDataBinder()

Properties

Data

public T Data { get; }

Property Value

T

Methods

BindData(IProperty<T>)

public void BindData(IProperty<T> dataProperty)

Parameters

dataProperty IProperty<T>