C# Class Sitecore.SharedSource.Commons.Extensions.DatabaseExtensions

Extensions methods for the Sitecore device object
Exibir arquivo Open project: Velir/Sitecore-Commons

Public Methods

Method Description
IsNotNull ( this database ) : bool

Checks to see if a database is not null

IsNull ( this database ) : bool

Checks to see if a database is null

Method Details

IsNotNull() public static method

Checks to see if a database is not null
public static IsNotNull ( this database ) : bool
database this
return bool

IsNull() public static method

Checks to see if a database is null
public static IsNull ( this database ) : bool
database this
return bool