IDataBindSettings Interface |
Namespace: Slash.Unity.DataBind.Core.Utils
The IDataBindSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| AppendUnderscoreSetting |
Indicates if an underscore should be appended to form the data provider field/property name.
| |
| DataProviderFormatSetting |
Naming format to use for the data property fields in a IDataContext class.
| |
| ReportMissingBackingFields |
Indicates if a warning should be logged when a context path doesn't have a backing field.
|
| Name | Description | |
|---|---|---|
| LogWarning |
Logs a warning.
|
| Name | Description | |
|---|---|---|
| GetDataProviderName |
Returns the name of the data provider for the property with the specified name.
(Defined by DataBindSettingsExtensions.) |