VendrSettingAttribute
[AttributeUsage(AttributeTargets.Property)]
public class VendrSettingAttribute : Attribute
Namespace
Constructors
VendrSettingAttribute
The default constructor.
public VendrSettingAttribute()
Properties
Config
public string Config { get; set; }
Description
public string Description { get; set; }
Key
public string Key { get; set; }
Name
public string Name { get; set; }
SortOrder
public int SortOrder { get; set; }
View
public string View { get; set; }