Class ClassInfo
Implements operations for and represents commerce class information.
Inheritance
System.Object
ClassInfo
Namespace: Mediachase.Commerce
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class ClassInfo : Object
Constructors
ClassInfo(String)
Initializes a new instance of the ClassInfo class.
Declaration
public ClassInfo(string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | type | The type. |
ClassInfo(Type)
Initializes a new instance of the ClassInfo class.
Declaration
public ClassInfo(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type. |
Properties
DefaultConstructor
Gets the default constructor.
Declaration
public ConstructorInfo DefaultConstructor { get; }
Property Value
Type | Description |
---|---|
System.Reflection.ConstructorInfo | The default constructor. |
Type
Gets the type.
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type | The type. |
Methods
CreateInstance()
Creates the instance.
Declaration
public object CreateInstance()
Returns
Type | Description |
---|---|
System.Object |