Class RegisterColumnAttribute
- Namespace
- CMS
- Assembly
- CMS.Base.dll
Defines a column registered within the object
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true)]
public class RegisterColumnAttribute : AbstractPropertyAttribute
- Inheritance
-
objectAttributeRegisterColumnAttribute
- Inherited Members
- Extension Methods
Constructors
RegisterColumnAttribute()
Constructor
public RegisterColumnAttribute()
RegisterColumnAttribute(string)
Constructor
public RegisterColumnAttribute(string name)
Parameters
namestringProperty name, if not set, the original property name is used