DataBindSettings Class |
Namespace: Slash.Unity.DataBind.Core.Utils
The DataBindSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| DataBindSettings | Initializes a new instance of the DataBindSettings class |
| 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.
| |
| Instance |
Singleton instance of settings.
Will create the settings file when executed in editor.
| |
| 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 | |
|---|---|---|
| AppendUnderscore |
Indicates if an underscore should be appended to form the data provider field/property name.
| |
| DataProviderFormat |
Naming format to use for the data property fields in a IDataContext class.
| |
| PathSeparator |
Separator in context paths.
| |
| SelfReferencePath |
Path to use to get context itself instead of a data property from the context.
|
| Name | Description | |
|---|---|---|
| GetDataProviderName |
Returns the name of the data provider for the property with the specified name.
(Defined by DataBindSettingsExtensions.) |