コード例 #1
0
 public static string Przewoznik(this API.Handel.DokumentHandlowy dh)
 {
     return((string)dh.Features["PRZEWOŻNIK"]);
 }
コード例 #2
0
ファイル: DefRelacjiKorekta.cs プロジェクト: Ogiss/AbakTools
 public API.Handel.DokumentHandlowy KorygujDokument(API.Handel.DokumentHandlowy d1)
 {
     return(EnovaHelper.FromEnova <API.Handel.DokumentHandlowy>(CallMethod("KorygujDokument", EnovaHelper.ToEnova(d1))));
 }
コード例 #3
0
 public DokumentHandlowyView(API.Handel.DokumentHandlowy dokument)
 {
     this.dokument = dokument;
 }