-
public interface ViewModelInstanceSourceThe second half of a source for a ViewModelInstance. This represents the specific instance of the view model. This can be either:
Blank for an instance with default initialized properties,
Default for the default instance, or
Named for a specific named instance.
The Reference option is used to refer to a child instance, given an existing instance, at a slash delimited path.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewModelInstanceSource.Blankpublic final classViewModelInstanceSource.Defaultpublic final classViewModelInstanceSource.Namedpublic final classViewModelInstanceSource.Reference
-