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
- 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]
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.qGenericIdshould be a unique id.net Framework system
Versions