C# Class MahTweets.Core.Media.Attachments.LinkAttachment

Inheritance: IStatusUpdateAttachment
Exibir arquivo Open project: nickhodge/MahTweets.LawrenceHargrave Class Usage Examples

Public Methods

Method Description
LinkAttachment ( String Text, String Url ) : System
MappedToUrl ( ) : string
NewView ( ) : System.Windows.Controls.UserControl

Method Details

LinkAttachment() public method

public LinkAttachment ( String Text, String Url ) : System
Text String
Url String
return System

MappedToUrl() public method

public MappedToUrl ( ) : string
return string

NewView() public method

public NewView ( ) : System.Windows.Controls.UserControl
return System.Windows.Controls.UserControl