C# Класс Rebel.Framework.HiveEntityUriExtensions

Extension methods for HiveEntityUri
Показать файл Открыть проект

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

Метод Описание
ConvertToNullIfEmpty ( this id ) : HiveEntityUri

Returns null if the id is null or empty, otherwise returns the id

IsNullOrEmpty ( this id ) : bool

Extension method to do IsNullOrEmpty fluently

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

ConvertToNullIfEmpty() публичный статический Метод

Returns null if the id is null or empty, otherwise returns the id
public static ConvertToNullIfEmpty ( this id ) : HiveEntityUri
id this
Результат HiveEntityUri

IsNullOrEmpty() публичный статический Метод

Extension method to do IsNullOrEmpty fluently
public static IsNullOrEmpty ( this id ) : bool
id this
Результат bool