コード例 #1
0
        private C1APIIntroduction GetBarcode()
        {
            var c1APIIntroduction = new C1APIIntroduction();

            c1APIIntroduction.Name     = "Barcode";
            c1APIIntroduction.Abstract = "Barcode";
            c1APIIntroduction.Abstract = "<p>" + Localization.Resource.Barcode_Text1 + "</p>"
                                         + "<p>" + Localization.Resource.Barcode_Text2 + "</p>";
            return(c1APIIntroduction);
        }
コード例 #2
0
        private C1APIIntroduction GetExcel()
        {
            var c1APIIntroduction = new C1APIIntroduction();

            c1APIIntroduction.Name     = "Excel";
            c1APIIntroduction.Abstract = "<p>" + Localization.Resource.Excel_Text1 + "</p>"
                                         + "<p>" + Localization.Resource.Excel_Text2 + "</p>"
                                         + "<p>" + Localization.Resource.Excel_Text3 + "</p>";
            return(c1APIIntroduction);
        }
コード例 #3
0
        private C1APIIntroduction GetReport()
        {
            var c1APIIntroduction = new C1APIIntroduction();

            c1APIIntroduction.Name     = "Report";
            c1APIIntroduction.Abstract = "<p>" + Localization.Resource.Report_Text1 + "</p>"
                                         + "<p>" + Localization.Resource.Report_Text2 + "</p>"
                                         + "<h4>" + Localization.Resource.Report_Text3 + "</h4>"
                                         + "<p>" + Localization.Resource.Report_Text4 + "</p>";
            c1APIIntroduction.Details = GetDetails();
            return(c1APIIntroduction);
        }