C# Class wmib.Extensions.Translate.Buffer.Item

Mostrar archivo Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Channel Channel
Message string
SourceLang string
TargetLang string
TargetName string

Public Methods

Method Description
Item ( Channel channel, string sl, string tl, string tn, string message ) : System.Collections.Generic

Method Details

Item() public method

public Item ( Channel channel, string sl, string tl, string tn, string message ) : System.Collections.Generic
channel Channel
sl string
tl string
tn string
message string
return System.Collections.Generic

Property Details

Channel public_oe property

public Channel Channel
return Channel

Message public_oe property

public string Message
return string

SourceLang public_oe property

public string SourceLang
return string

TargetLang public_oe property

public string TargetLang
return string

TargetName public_oe property

public string TargetName
return string