C# Class Kadr.Data.Common.NullExtentsions

Show file Open project: UGTU/UGTUKadrProject

Public Methods

Method Description
AsNull ( this obj ) : INull

Получает INull интерфейс объекта

IsNull ( this obj ) : bool

Является ли объект null-объектом

Method Details

AsNull() public static method

Получает INull интерфейс объекта
public static AsNull ( this obj ) : INull
obj this Объект
return INull

IsNull() public static method

Является ли объект null-объектом
public static IsNull ( this obj ) : bool
obj this Объект
return bool