C# Class newtelligence.DasBlog.Web.Services.Atom10.AtomLink

Show file Open project: AArnott/dasblog Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AtomLink ( ) : System
AtomLink ( string href ) : System
AtomLink ( string href, string rel, string type ) : System

Method Details

AtomLink() public method

public AtomLink ( ) : System
return System

AtomLink() public method

public AtomLink ( string href ) : System
href string
return System

AtomLink() public method

public AtomLink ( string href, string rel, string type ) : System
href string
rel string
type string
return System