大家好,我有这个方法,我需要插入数据。我不确定我必须以什么格式提供输入:
既然有(string[] dic, out InformaceOplatciType[] statusPlatceDPH)请问输入应该如何getStatusNespolehlivyPlatce()
?
太感谢了。
在大家的帮助下,我想出了这个:
string[] ahoj = new string[] { 28156609.ToString() };
Rozhranice.StatusType[] ahoj2;
Rozhranice.InformaceOPlatciType[] ahoj3;
Rozhranice.rozhraniCRPDPH srv = new Rozhranice.rozhraniCRPDPH();
textBox1.Text = (srv.getStatusNespolehlivyPlatce(ahoj, out ahoj3).ToString());
下一个问题是我需要返回这些字段:
当我这样做时,我(srv.getStatusNespolehlivyPlatce(ahoj, out ahoj3).ToString());
只能返回来自的字段StatusType
,我认为我会收到这怎么可能InformaceOPlatciType
?
例如像这样:
textBox1.Text = (srv.getStatusNespolehlivyPlatce(ahoj, out ahoj3).odpovedGenerovana.ToString());
我明白了:从场odpovedGenerovana
,StatusType
但我以为我在呼唤InformaceOPlatciType