Provides type-specific static inner classes for creating instances of Content Engine classes and their associated collections. The name of each inner class parallels the type of object you wish to create. The use of these type-safe classes and methods promotes programming safety, is self-documenting, and provides good auto-completion help in most IDEs. Some application types require more generic methods for instantiating independent objects within a scope. Such methods are provided by the IInstantiatingScope interface.)


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Class Factory
C#
public class Factory
C++
ref class Factory
J#
public class Factory
JScript
public class Factory

Inheritance Hierarchy

System.Object
   FileNet.Api.Core.Factory

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also