C# Class Rf.Sites.Entities.Content

Inheritance: Entity
Exibir arquivo Open project: flq/Rf.Sites Class Usage Examples

Public Methods

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

Method Details

AddAttachment() public method

public AddAttachment ( Attachment attachment ) : void
attachment Attachment
return void

AssociateWithTag() public method

public AssociateWithTag ( Tag tag ) : void
tag Tag
return void

Content() public method

public Content ( ) : System
return System

Content() public method

public Content ( int id ) : System
id int
return System

SetBody() public method

public SetBody ( string body ) : void
body string
return void