C# Class Rebel.Cms.Web.TypedEntityExtensions

Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
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.

Method Details

IsContent() public static method

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

IsMedia() public static method

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