Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateSessionObjectAsync qGenericId of resultobject is == qType but should be a guid #53

Open
ChristofHoldschick opened this issue May 7, 2019 · 0 comments
Assignees

Comments

@ChristofHoldschick
Copy link

Description

Create a IGenericObject with IDoc.CreateSessionObjectAsync with a request
the Property myObject.qGenericId of the created Object is now the Value of the qType-Property of the request

var request = JObject.FromObject(new
            {
                qProp = new
                {
                    qInfo = new
                    {
                        qType = "DimensionList"
                    },
                    qDimensionListDef = new
                    {
                        qType = "dimension",
                        qData = new
                        {
                            info = "/qDimInfos",
                            qDimInfo = "/qDim"
                        }
                    }
                }
            });
var myObject=awaitApp.CreateSessionObjectAsync(request);
myObject.qGenericId is now 'DimensionList'

Steps to Reproduce

  1. checkout development branch of Enigma Examples
  2. debug the Method MultipleRequests.FireMultipleRequestsAsync();
Expected behavior

myObject.qGenericId should be a unique id

.net Framework system
[ ] .net core
[X] .net 452

Versions

  • Version of enigma.net: current development branch
  • [Other relevant versions]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants