C# 클래스 Rebel.Framework.HiveEntityUriExtensions

Extension methods for HiveEntityUri
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

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