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

ReflectionUtilities.IsTypeOf(Object,Type,Boolean) - метод Смотри также  Terrasoft.Common - пространство имен > ReflectionUtilities - класс > IsTypeOf - метод : IsTypeOf(Object,Type,Boolean) - метод C#

obj
The object to verify.
type
The specified type.
shallow
Indicates whether the verification must be made on all hierarchy levels.

Glossary Item Box

Verifies whether the specified object is the specified type.

Синтаксис

public static bool IsTypeOf( 
   object obj, 
   Type type, 
   bool shallow 
)

Параметры

obj
The object to verify.
type
The specified type.
shallow
Indicates whether the verification must be made on all hierarchy levels.

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

true, if the obj object is type type; otherwise - false.

Смотри также

© Terrasoft 2002-2017.

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

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