Table of Contents

Class AbstractObject

Namespace
CMS.Base
Assembly
CMS.Base.dll

Abstract class for the data container with no functionality

public abstract class AbstractObject : IExtensible
Inheritance
object
AbstractObject
Implements
Derived
Extension Methods

Methods

Property<PropertyType>(string)

Returns the extension property for the object

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

Parameters

propertyName string

Property name

Returns

GenericProperty<PropertyType>

Type Parameters

PropertyType