C# Class Rebel.Cms.Web.TypedEntityExtensions

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

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

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

IsMedia() public static méthode

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