Table of Contents

Class RegisterPropertyAttribute

Namespace
CMS
Assembly
CMS.Base.dll

Defines a property registered within the object

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true)]
public class RegisterPropertyAttribute : AbstractPropertyAttribute
Inheritance
object
Attribute
RegisterPropertyAttribute
Inherited Members
Extension Methods

Constructors

RegisterPropertyAttribute()

Constructor

public RegisterPropertyAttribute()

RegisterPropertyAttribute(string)

Constructor

public RegisterPropertyAttribute(string name)

Parameters

name string

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