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
-
objectAttributeRegisterAllPropertiesAttribute
- Extension Methods
Constructors
RegisterAllPropertiesAttribute()
public RegisterAllPropertiesAttribute()