Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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 is false, the deep clone of source is created.

Glossary Item Box

Initializes the SchemaManagerItem<TSchemaManagerSchema> instance with the specified manager item in the specified schema manager.

Синтаксис

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 is false, the deep clone of source is created.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?