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
-
objectAttributeRegisterPropertyAttribute
- Inherited Members
- Extension Methods
Constructors
RegisterPropertyAttribute()
Constructor
public RegisterPropertyAttribute()
RegisterPropertyAttribute(string)
Constructor
public RegisterPropertyAttribute(string name)
Parameters
namestringProperty name, if not set, the original property name is used