Table of Contents

Interface IUIDataBinder

Namespace
KSP.UI.Binding.Core
Assembly
Assembly-CSharp.dll
public interface IUIDataBinder : IUIDataBindable
Inherited Members
Extension Methods

Properties

BoundType

Type BoundType { get; }

Property Value

Type

IsBound

bool IsBound { get; }

Property Value

bool

Methods

GetDataObject()

object GetDataObject()

Returns

object

GetDataObjectAs<T>()

T GetDataObjectAs<T>() where T : class

Returns

T

Type Parameters

T