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

Show file 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 property

public Channel Channel
return Channel

Message public property

public string Message
return string

SourceLang public property

public string SourceLang
return string

TargetLang public property

public string TargetLang
return string

TargetName public property

public string TargetName
return string