Table of Contents

Class PropertyAttribute

Namespace
CMS.Base
Assembly
CMS.Base.dll

Extension attribute

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class PropertyAttribute : ExtensionAttribute
Inheritance
object
Attribute
PropertyAttribute
Inherited Members
Extension Methods

Constructors

PropertyAttribute(Type, string)

Extends the class with the specified extension

public PropertyAttribute(Type extensionType, string propertyName)

Parameters

extensionType Type

Extension type

propertyName string

Property name

Properties

PropertyName

Property name

public string PropertyName { get; protected set; }

Property Value

string

Methods

RegisterTo(Type)

Registers the extension within the system

public override void RegisterTo(Type type)

Parameters

type Type

Object type to which the extension will be registered