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

Extensions methods for the Sitecore device object
Afficher le fichier Open project: Velir/Sitecore-Commons

Méthodes publiques

Méthode 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 méthode

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

IsNull() public static méthode

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