Table of Contents

Class AbstractPropertyAttribute

Namespace
CMS.Base
Assembly
CMS.Base.dll

Defines a column registered within the object

public abstract class AbstractPropertyAttribute : Attribute
Inheritance
object
Attribute
AbstractPropertyAttribute
Derived
Extension Methods

Constructors

AbstractPropertyAttribute()

Constructor

public AbstractPropertyAttribute()

AbstractPropertyAttribute(string)

Constructor

public AbstractPropertyAttribute(string name)

Parameters

name string

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

Properties

Hidden

If true, the property is hidden from listing

public bool Hidden { get; set; }

Property Value

bool

Name

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

public string Name { get; set; }

Property Value

string