Table of Contents

Interface IExtensible

Namespace
CMS.Base
Assembly
CMS.Base.dll

Defines an object extensible by other objects as properties

public interface IExtensible
Extension Methods

Methods

Property<PropertyType>(string)

Returns the property of the object

GenericProperty<PropertyType> Property<PropertyType>(string propertyName) where PropertyType : new()

Parameters

propertyName string

Property name

Returns

GenericProperty<PropertyType>

Type Parameters

PropertyType