C# Class Rf.Sites.Entities.Content

Inheritance: Entity
Afficher le fichier Open project: flq/Rf.Sites Class Usage Examples

Méthodes publiques

Méthode Description
AddAttachment ( Attachment attachment ) : void
AssociateWithTag ( Tag tag ) : void
Content ( ) : System
Content ( int id ) : System
SetBody ( string body ) : void

Method Details

AddAttachment() public méthode

public AddAttachment ( Attachment attachment ) : void
attachment Attachment
Résultat void

AssociateWithTag() public méthode

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

Content() public méthode

public Content ( ) : System
Résultat System

Content() public méthode

public Content ( int id ) : System
id int
Résultat System

SetBody() public méthode

public SetBody ( string body ) : void
body string
Résultat void