Table of Contents

Class ExtensionProperties

Namespace
CMS.Base
Assembly
CMS.Base.dll

Extension properties

public class ExtensionProperties
Inheritance
object
ExtensionProperties
Extension Methods

Methods

EnsureProperty<PropertyType>(object, string)

Ensures that the given property is properly initialized

public GenericProperty<PropertyType> EnsureProperty<PropertyType>(object obj, string propertyName)

Parameters

obj object

Parent object

propertyName string

Property name

Returns

GenericProperty<PropertyType>

Type Parameters

PropertyType

Exceptions

InvalidOperationException

Thrown when property of name from propertyName is not found in obj.