C# 클래스 wmib.Extensions.Translate.Buffer.Item

파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
Channel Channel
Message string
SourceLang string
TargetLang string
TargetName string

공개 메소드들

메소드 설명
Item ( Channel channel, string sl, string tl, string tn, string message ) : System.Collections.Generic

메소드 상세

Item() 공개 메소드

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
리턴 System.Collections.Generic

프로퍼티 상세

Channel 공개적으로 프로퍼티

public Channel Channel
리턴 Channel

Message 공개적으로 프로퍼티

public string Message
리턴 string

SourceLang 공개적으로 프로퍼티

public string SourceLang
리턴 string

TargetLang 공개적으로 프로퍼티

public string TargetLang
리턴 string

TargetName 공개적으로 프로퍼티

public string TargetName
리턴 string