Method | Description | |
---|---|---|
CompositeViewVM ( ) : DotNetify |
Constructor.
|
|
GetSubVM ( string iVMTypeName ) : BaseVM |
Override this method to allow the master view model handles instantiation of its sub view models. This is needed if the master VM needs to perform initialization on its sub VMs prior to binding with the views.
|
public GetSubVM ( string iVMTypeName ) : BaseVM | ||
iVMTypeName | string | |
return | BaseVM |