C# Класс ExoModel.ModelInitEvent.InitNew

Represents the creation of a new ModelInstance.
Наследование: ModelInitEvent, ITransactedModelEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
ITransactedModelEvent ( ModelTransaction transaction ) : void

Creates a new ModelInstance of the specified ModelType.

InitNew ( ModelInstance instance )

Описание методов

ITransactedModelEvent() публичный Метод

Creates a new ModelInstance of the specified ModelType.
public ITransactedModelEvent ( ModelTransaction transaction ) : void
transaction ModelTransaction
Результат void

InitNew() публичный Метод

public InitNew ( ModelInstance instance )
instance ModelInstance