C# Class BlogSample.BlogPost

Show file Open project: rogeralsing/linq-to-sqlxml Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddTag ( string tag ) : void
BlogPost ( ) : System
ReplyTo ( string body, string userName ) : void

Method Details

AddTag() public method

public AddTag ( string tag ) : void
tag string
return void

BlogPost() public method

public BlogPost ( ) : System
return System

ReplyTo() public method

public ReplyTo ( string body, string userName ) : void
body string
userName string
return void