DynamicObjectTypeInfo Constructor |
Constructor.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public DynamicObjectTypeInfo(
Type providerType,
string objectType,
string objectClassName,
string idColumn,
string timeStampColumn,
string guidColumn,
string codeNameColumn,
string displayNameColumn,
string binaryColumn,
string siteIDColumn,
string parentIDColumn,
string parentObjectType
)
Parameters
- providerType
- Type: SystemType
Provider type - objectType
- Type: SystemString
Object type - objectClassName
- Type: SystemString
Object class name - idColumn
- Type: SystemString
ID column name - timeStampColumn
- Type: SystemString
Time stamp column name - guidColumn
- Type: SystemString
GUID column name - codeNameColumn
- Type: SystemString
Code name column name - displayNameColumn
- Type: SystemString
Display name column name - binaryColumn
- Type: SystemString
Binary column name - siteIDColumn
- Type: SystemString
Site ID column name - parentIDColumn
- Type: SystemString
Parent ID column name - parentObjectType
- Type: SystemString
Parent object type
See Also