IBasicViewModel

Namespace: WellFired.Guacamole

Description

Public Methods

void Inject ( ILogger logger, INotifyPropertyChanged persistentData, IPlatformProvider platformProvider )

Breakdown

  • void Inject ( ILogger logger, INotifyPropertyChanged persistentData, IPlatformProvider platformProvider )

    Description

    Three services will be injected into your base ViewModel automatically by Guacamole.

    Parameters

    logger The system logger
    persistentData This might be a valid object or could be null depending on how you’ve configured your window
    platformProvider Providing platform specific functionalities