C# Class FluentMetadata.EntityFramework.Specs.DomainObjects.Content

Inheritance: DomainObject, IWebSiteEntity
Afficher le fichier Open project: forger/FluentMetadata

Méthodes publiques

Méthode Description
AddComment ( Comment comment ) : void
AddTag ( Tag tag ) : void
Initialize ( ) : void
SetAbstract ( string text ) : void
SetShow ( bool hidden ) : void
SetTitle ( string titel ) : void
SetVisibility ( System.DateTime displayStart ) : void
SetVisibility ( System.DateTime displayStart, System.DateTime displayEnd ) : void
SetWebsite ( WebSite webSite ) : void

Method Details

AddComment() public méthode

public AddComment ( Comment comment ) : void
comment Comment
Résultat void

AddTag() public méthode

public AddTag ( Tag tag ) : void
tag Tag
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

SetAbstract() public méthode

public SetAbstract ( string text ) : void
text string
Résultat void

SetShow() public méthode

public SetShow ( bool hidden ) : void
hidden bool
Résultat void

SetTitle() public méthode

public SetTitle ( string titel ) : void
titel string
Résultat void

SetVisibility() public méthode

public SetVisibility ( System.DateTime displayStart ) : void
displayStart System.DateTime
Résultat void

SetVisibility() public méthode

public SetVisibility ( System.DateTime displayStart, System.DateTime displayEnd ) : void
displayStart System.DateTime
displayEnd System.DateTime
Résultat void

SetWebsite() public méthode

public SetWebsite ( WebSite webSite ) : void
webSite WebSite
Résultat void