Click or drag to resize

DataBindSettingsDataProviderFormats Enumeration

Available naming formats for data property fields in IDataContext classes.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum DataProviderFormats
Members
  Member nameValueDescription
FirstLetterLowerCase0 The data provider name is the same as the data name, but with the first letter being lower case and a "Property" postfix.
FirstLetterUpperCase1 The data provider name is the same as the data name, but only with the "Property" postfix.
See Also