You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
checkout development branch of Enigma Examples
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]
The text was updated successfully, but these errors were encountered:
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
Steps to Reproduce
Expected behavior
myObject.qGenericId
should be a unique id.net Framework system
Versions
The text was updated successfully, but these errors were encountered: