Exemple #1
0
        private scormenginewsproto.ws020110.GetValueRequestType CreateGetValueRequest_020110(string xPath, Form1 frm)
        {
            GetValueRequestType getRequest1 = new GetValueRequestType();

            getRequest1.RequestID = frm.GetNextRequestId();
            DataModelElementRefType element = new DataModelElementRefType();

            element.expressionLanguage = EXPRESSION_LANGUAGE;
            element.Value = xPath;
            getRequest1.DataModelElementRef = element;

            return(getRequest1);
        }
        private scormenginewsproto.ws020110.GetValueRequestType CreateGetValueRequest_020110(string xPath, Form1 frm)
        {
            GetValueRequestType getRequest1 = new GetValueRequestType();
            getRequest1.RequestID = frm.GetNextRequestId();
            DataModelElementRefType element = new DataModelElementRefType();
            element.expressionLanguage = EXPRESSION_LANGUAGE;
            element.Value = xPath;
            getRequest1.DataModelElementRef = element;

            return getRequest1;
        }