SchemaManagerItem (ISchemaManagerItem,Boolean) - конструктор Смотри также Terrasoft.Core - пространство имен > SchemaManagerItem - класс > SchemaManagerItem : SchemaManagerItem (ISchemaManagerItem,Boolean) C#
- source
- The manager item for initializing a new instance.
- isShallowClone
- Indication of completeness of schema cloning. If isShallowClone is
true
, the source schema columns will not be copied to the Terrasoft.Core.Entities.EntitySchema instance that is being created. If isShallowClone isfalse
, the deep clone of source is created.
Glossary Item Box
public SchemaManagerItem<TSchemaManagerSchema>( ISchemaManagerItem<TSchemaManagerSchema> source, bool isShallowClone )
Параметры
- source
- The manager item for initializing a new instance.
- isShallowClone
- Indication of completeness of schema cloning. If isShallowClone is
true
, the source schema columns will not be copied to the Terrasoft.Core.Entities.EntitySchema instance that is being created. If isShallowClone isfalse
, the deep clone of source is created.