コード例 #1
0
        private void Initialize()
        {
            var connection = _vismaConnection.Open();

            _articleServerComponent = (ArticleServerComponent)connection.bcBusinessComponent[(int)GLOBAL_Components.BC_Article];
            _articleServerComponent.bcEstablishData();
            _articleServerComponent.bcBindData();

            _articleNoColumnName = _articleServerComponent.bcGetTableObjectName((int)Article_Properties.ART_ArticleNo);

            _customerComponent = connection.GetBusinessComponent(GLOBAL_Components.BC_Customer);
        }
コード例 #2
0
        private void Initialize()
        {
            var connection = _vismaConnection.Open();

            _articleServerComponent = (ArticleServerComponent)connection.bcBusinessComponent[(int)GLOBAL_Components.BC_Article];
            _articleServerComponent.bcEstablishData();
            _articleServerComponent.bcBindData();

            _articleNoColumnName = _articleServerComponent.bcGetTableObjectName((int)Article_Properties.ART_ArticleNo);

            _customerComponent = connection.GetBusinessComponent(GLOBAL_Components.BC_Customer);
        }