This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Configuration attribute Object

Has anyone an example for a configuration parameter where I can select an object of a previously selected object type such as:

[DataMamber]

[ObjType]

[JsonConfEditor(Required = true)]

public MFIdentifier MyObjType { get; set; }

[DataMember]

[Object(RefMember = "MyObjType"]

[JsonConfEditor(Label = "Please select an object")

public MFIdentifier MyObject { get; set; }

or should I use int or ObjVerEx here?