Click or drag to resize

DataBindingSettingsProvider Class

Provides the data binding settings to use.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.UtilsDataBindingSettingsProvider

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static class DataBindingSettingsProvider

The DataBindingSettingsProvider type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberSettings
Current settings to use.
Public propertyStatic memberSettingsOverride
Settings to use instead of the DataBindSettings instance.
Top
Methods
  NameDescription
Public methodStatic memberGetDataProvider
Returns the data provider of the specified object and type with the specified name.
Top
See Also