Table of Contents

Interface IGenericProperty

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface for the generic extension

public interface IGenericProperty : IGenericExtension
Inherited Members
Extension Methods

Properties

Name

Property name

string Name { get; }

Property Value

string

ParentProperty

Parent property. If set, provides value to current extension

IGenericProperty ParentProperty { get; set; }

Property Value

IGenericProperty

Type

Type of the property

Type Type { get; }

Property Value

Type

Methods

GetValue()

Gets the value of the property

object GetValue()

Returns

object

RegisterAsStaticPropertyTo(Type, string)

Registers the extension as a property to the given type

void RegisterAsStaticPropertyTo(Type type, string propertyName)

Parameters

type Type

Target type

propertyName string

Property name