Class ClassFactory
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class ClassFactory
Constructors
ClassFactory()
Declaration
Methods
CreateObject(String, Type)
Declaration
public static object CreateObject(string name, Type type)
Parameters
Returns
CreateObject(String, Type, Object[])
Declaration
public static object CreateObject(string name, Type type, object[] constructorArguments)
Parameters
Returns
CreateObject(String, Type, Page)
Declaration
public static object CreateObject(string name, Type type, Page page)
Parameters
Returns
CreateObject(String, Type, Page, Object[])
Declaration
public static object CreateObject(string name, Type type, Page page, object[] constructorArguments)
Parameters
Returns