C# 클래스 Sitecore.SharedSource.Commons.Extensions.DatabaseExtensions

Extensions methods for the Sitecore device object
파일 보기 프로젝트 열기: Velir/Sitecore-Commons

공개 메소드들

메소드 설명
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

메소드 상세

IsNotNull() 공개 정적인 메소드

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

IsNull() 공개 정적인 메소드

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