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

EntitySchema (EntitySchema,Boolean) - конструктор Смотри также  Terrasoft.Core.Entities - пространство имен > EntitySchema - класс > EntitySchema : EntitySchema (EntitySchema,Boolean) C#

source
Schema whose clone is being created.
isShallowClone
Indication of completeness of schema cloning. If isShallowClone is true, the source schema columns will not be copied to the EntitySchema instance that is being created. If isShallowClone is false, the deep clone of source is created.

Glossary Item Box

Initializes a new EntitySchema instance that is either a deep or shallow clone of the specified source schema depending on the isShallowClone value.

Синтаксис

public EntitySchema( 
   EntitySchema source, 
   bool isShallowClone 
)

Параметры

source
Schema whose clone is being created.
isShallowClone
Indication of completeness of schema cloning. If isShallowClone is true, the source schema columns will not be copied to the EntitySchema instance that is being created. If isShallowClone is false, the deep clone of source is created.

Смотри также

© Terrasoft 2002-2017.

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

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