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

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

obj
The object to verify.
typeFullName
The full name of the type.
shallow
Indicates whether the verification must be made on all hierarchy levels.

Glossary Item Box

Verifies whether the specified object is a type with its full name specified.

Синтаксис

public static bool IsTypeOf( 
   object obj, 
   string typeFullName, 
   bool shallow 
)

Параметры

obj
The object to verify.
typeFullName
The full name of the type.
shallow
Indicates whether the verification must be made on all hierarchy levels.

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

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

Заметки

Overloaded method.

Смотри также

© Terrasoft 2002-2017.

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

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