I converted some XSD to C# Classes where are Link with Each Other also they have Properties with Return Type but when i create an Object or a class and Assign A Value to Property its Give me an Error
Cannot implicitly convert type 'int' to 'class name' also Covert Class is Not Working
ObjectEnvelope objectEnvelope = new ObjectEnvelope();
objectEnvelope.DocumentReference.DocumentID = 4;
Cannot implicitly convert type 'int' to 'Namespcae and class Name'
Madan ShekarPosted Jun 3, 2019, 5:46 AM
Madan ShekarPosted Jun 3, 2019, 5:41 AM
Madan ShekarPosted Jun 3, 2019, 5:31 AM
Madan ShekarPosted Jun 3, 2019, 5:02 AM