C# Class AppActs.API.Model.Event.ScreenRoute

Show file Open project: Appacts/mobile-analytics-server

Private Properties

Property Type Description

Public Methods

Method Description
CopyOnlyKeys ( ) : ScreenRoute
ScreenRoute ( ) : System
ScreenRoute ( string lastScreen, string screenCurrent ) : System

Method Details

CopyOnlyKeys() public method

public CopyOnlyKeys ( ) : ScreenRoute
return ScreenRoute

ScreenRoute() public method

public ScreenRoute ( ) : System
return System

ScreenRoute() public method

public ScreenRoute ( string lastScreen, string screenCurrent ) : System
lastScreen string
screenCurrent string
return System