C# Class iQQ.Net.WebQQCore.Im.Bean.Content.TextItem

Inheritance: IContentItem
Mostrar archivo Open project: huoshan12345/iQQ.Net Class Usage Examples

Public Methods

Method Description
FromJson ( string text ) : void
TextItem ( ) : System
TextItem ( string text ) : System
ToJson ( ) : object
ToText ( ) : string

Method Details

FromJson() public method

public FromJson ( string text ) : void
text string
return void

TextItem() public method

public TextItem ( ) : System
return System

TextItem() public method

public TextItem ( string text ) : System
text string
return System

ToJson() public method

public ToJson ( ) : object
return object

ToText() public method

public ToText ( ) : string
return string