Click or drag to resize
ClassFactory Class

[Missing <summary> documentation for "T:System.Linq.Dynamic.ClassFactory"]

Inheritance Hierarchy
SystemObject
  System.Linq.DynamicClassFactory

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal class ClassFactory

The ClassFactory type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberClassFactory
Private methodClassFactory
Initializes a new instance of the ClassFactory class
Top
Methods
  NameDescription
Private methodCreateDynamicClass
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Private methodGenerateEquals
Private methodGenerateGetHashCode
Private methodGenerateProperties
Public methodGetDynamicClass
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberInstance
Top
See Also