- Assembly
- UnitTest
.dll - Namespace
- Terrasoft
.UnitTest - Containing Type
- Test
Entity Schema Manager
Syntax
public EntitySchema CreateEntitySchemaMock(string name, Dictionary<string, string> columns, Dictionary<string, string> lookupColumns, Guid baseSchemaUId = null, Guid uid = null, CreateEntitySchemaConfig config = null)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | |
| columns | Dictionary |
|
| lookupColumns | Dictionary |
|
| baseSchemaUId | Guid | |
| uid | Guid | |
| config | Create |
Return Value
| Type | Description |
|---|---|
| EntitySchema |
