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

ValidateUtilities.CheckArgumentEmpty - метод Смотри также  Terrasoft.Common - пространство имен > ValidateUtilities - класс : CheckArgumentEmpty - метод C#

source
Unique identifier.
argumentName
Name of the argument which caused exception.

Glossary Item Box

Checks if the current UId is empty. If the condition is met, exception is thrown.

Синтаксис

[Extension()] 
public static void CheckArgumentEmpty( 
   Guid source, 
   string argumentName 
)

Параметры

source
Unique identifier.
argumentName
Name of the argument which caused exception.

Исключения

ИсключениеОписание
ArgumentNullOrEmptyExceptionIf the source UId is empty.

Смотри также

© Terrasoft 2002-2017.

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

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