TestEntitySchemaManager.

CreateEntitySchemaMock(string, Dictionary<string, string>, Dictionary<string, string>, Guid, Guid, CreateEntitySchemaConfig) Method

Assembly
UnitTest.dll
Namespace
Terrasoft.UnitTest
Containing Type
TestEntitySchemaManager

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<string, string>
lookupColumns Dictionary<string, string>
baseSchemaUId Guid
uid Guid
config CreateEntitySchemaConfig

Return Value

Type Description
EntitySchema