Table of Contents

Class RegisterAllPropertiesAttribute

Namespace
CMS
Assembly
CMS.Base.dll

When used, defined if class registers its all public properties as properties of the object, except for ones excluded with ExcludeProperty attribute

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class RegisterAllPropertiesAttribute : Attribute
Inheritance
object
Attribute
RegisterAllPropertiesAttribute
Extension Methods

Constructors

RegisterAllPropertiesAttribute()

public RegisterAllPropertiesAttribute()