Show / Hide Table of Contents

Class ClassFactory

Inheritance
Object
ClassFactory
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.DCF.Web.Factory
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class ClassFactory

Constructors

ClassFactory()

Declaration
public ClassFactory()

Methods

CreateObject(String, Type)

Declaration
public static object CreateObject(string name, Type type)
Parameters
Type Name Description
String name
Type type
Returns
Type Description
Object

CreateObject(String, Type, Object[])

Declaration
public static object CreateObject(string name, Type type, object[] constructorArguments)
Parameters
Type Name Description
String name
Type type
Object[] constructorArguments
Returns
Type Description
Object

CreateObject(String, Type, Page)

Declaration
public static object CreateObject(string name, Type type, Page page)
Parameters
Type Name Description
String name
Type type
Page page
Returns
Type Description
Object

CreateObject(String, Type, Page, Object[])

Declaration
public static object CreateObject(string name, Type type, Page page, object[] constructorArguments)
Parameters
Type Name Description
String name
Type type
Page page
Object[] constructorArguments
Returns
Type Description
Object
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top