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

ClassFactory.Get(ConstructorArgument[]) - метод Смотри также  Terrasoft.Core.Factories - пространство имен > ClassFactory - класс > Get - метод : Get(ConstructorArgument[]) - метод C#

constructorArguments
Array of arguments of the constructor of the replacement type.

Glossary Item Box

Returns an instance of replacing type for specified replacement type.

Синтаксис

public static T Get<T>( 
   params ConstructorArgument[] constructorArguments 
) 
where T: class

Параметры

constructorArguments
Array of arguments of the constructor of the replacement type.

Типы обобщений

T
Replacement type.

Тип возвращаемого значения

Instance of the type that replaces the T type.

Смотри также

© Terrasoft 2002-2017.

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

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