Flex with RemoteObject ve source'dan bir C# Genel sınıfı örneği oluşturmak mümkün mü?
remoteObject = new RemoteObject("fluorine");
remoteObject.source="Service.GenericClass`1"; //how specific the entity class??
remoteObject.getMethod(arg1, arg2);
Bu hata iletilerini alıyorum:
bir Service.GenericClass``1 örneği oluşturulamadı çünkü [T]
ContainsGenericParameters doğru.
Bu mantıklı, çünkü varlık sınıfını belirtmiyorum, ama bunu nasıl yapıyorum?
Remoting için FluorineFx kullanıyorum.