Expand my Community achievements bar.

How to instantiate PropertySpecifier for a localFill

Avatar

Level 2

Hi,

I'm trying to use the DataManager's localFill method but can't seem to instantiate the PropertySpecifier argument.

Since the propertySpecifier is required, I can't use localFill.

To instantiate a PropertySpecifier you need a ConcreteDataService, mode and extra argument. However, I can't instantiate or get/cast a ConcreteDataService since it's a locked class.

So how does one use the propertySpecifier and by extension the localFille method?

Thx in advance,

David

1 Reply

Avatar

Level 1

Hi,

FWIW, had the same problem and tried with leaving ConcreteDataService set to null to let DataServices figure it out and it works.

Cheers

WP