Table of Contents

Class Extension

Namespace
CMS.Base
Assembly
CMS.Base.dll

Helper methods for creating extension objects from specific type

public static class Extension
Inheritance
object
Extension

Methods

CreateFromType(Type)

Creates a generic extension from the given type

public static IGenericExtension CreateFromType(Type type)

Parameters

type Type

Returns

IGenericExtension

CreatePropertyFromType(Type)

Creates a generic property from the given type

public static IGenericProperty CreatePropertyFromType(Type type)

Parameters

type Type

Returns

IGenericProperty