Click or drag to resize
PropertyAttribute Class
Extension attribute
Inheritance Hierarchy

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class PropertyAttribute : ExtensionAttribute

The PropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPropertyAttribute
Extends the class with the specified extension
Top
Properties
  NameDescription
Public propertyExtensionType
Extension type
(Inherited from ExtensionAttribute.)
Public propertyPropertyName
Property name
Top
Methods
  NameDescription
Protected methodGetExtensionObject
Creates an extension object based on extension type
(Inherited from ExtensionAttribute.)
Public methodRegisterTo
Registers the extension within the system
(Overrides ExtensionAttributeRegisterTo(Type).)
Top
See Also