Click or drag to resize

IDataBindSettings Interface

Interface for the settings.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public interface IDataBindSettings

The IDataBindSettings type exposes the following members.

Properties
  NameDescription
Public propertyAppendUnderscoreSetting
Indicates if an underscore should be appended to form the data provider field/property name.
Public propertyDataProviderFormatSetting
Naming format to use for the data property fields in a IDataContext class.
Public propertyReportMissingBackingFields
Indicates if a warning should be logged when a context path doesn't have a backing field.
Top
Methods
  NameDescription
Public methodLogWarning
Logs a warning.
Top
Extension Methods
  NameDescription
Public Extension MethodGetDataProviderName
Returns the name of the data provider for the property with the specified name.
(Defined by DataBindSettingsExtensions.)
Top
See Also