Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
May be it is simple but
posted

I have a class A that contains a Property class B:

Class B

{

pulic int Value1 {get;set}

pulic string Text1 {get;set}

}

Class A

{

public int ID {get;set}

pulic ClassB BObject {get;set}

pulic string Description {get;set}

}

 

I will not have Autocreation of fields so how do I have to set up the fields for Property BObject

<ig:Field Name="BObject.Value1" /> does not work.

 

Can anybody help on this?

 

Parents
No Data
Reply Children
No Data