Spring.NET Expression that References an Object Definition
问题 I'm trying to reference another object I've defined in a Spring config file from within an expression. Specifically, I'm trying to populate a property with the value of an expression where I call a method and then a property on the object returned from that method. I've tried the following (names have been changed): <property name="NullableIntProperty" expression="#{Some.Object.Id}.Get().NullableIntValue"/> where Some.Object.Id is a reference to another object I have defined in a config file