6 [AttributeUsage(AttributeTargets.Field, AllowMultiple =
false, Inherited =
false)]
14 get {
return _settingKey; }
17 string _settingKey = null;
25 _settingKey = settingKey;
Attribute to use on fields. Marks them for assignment from map settings.
MapSettingAttribute(string settingKey=null)
Marks this field for assignment from map settings.
string SettingKey
Gets the setting key used to find the value for the target field.