Table of Contents

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
object
Attribute
RegisterColumnAttribute
Inherited Members
Extension Methods

Constructors

RegisterColumnAttribute()

Constructor

public RegisterColumnAttribute()

RegisterColumnAttribute(string)

Constructor

public RegisterColumnAttribute(string name)

Parameters

name string

Property name, if not set, the original property name is used