C# 클래스 Rebel.Cms.Web.TypedEntityExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
IsContent ( this entity, IReadonlyGroupUnit uow ) : bool

Determines whether the specified entity is content.

IsMedia ( this entity, IReadonlyGroupUnit uow ) : bool

Determines whether the specified entity is media.

메소드 상세

IsContent() 공개 정적인 메소드

Determines whether the specified entity is content.
public static IsContent ( this entity, IReadonlyGroupUnit uow ) : bool
entity this The entity.
uow IReadonlyGroupUnit
리턴 bool

IsMedia() 공개 정적인 메소드

Determines whether the specified entity is media.
public static IsMedia ( this entity, IReadonlyGroupUnit uow ) : bool
entity this The entity.
uow IReadonlyGroupUnit
리턴 bool