C# Class SimKit.Framework.SystemContext.MockSystemContext

Inheritance: ISystemContext
显示文件 Open project: Abayima/OpenSIMKit

Public Methods

Method Description
BeginSaveCard ( Card card ) : void
CardIsBeingRemoved ( Card card ) : void
GetCardConnectedToSystem ( List &potentiallyConnectedCards ) : Card

Private Methods

Method Description
BeginSaveCardAsync ( Card card ) : void
MockSystemContext ( bool hasCard ) : System

Method Details

BeginSaveCard() public method

public BeginSaveCard ( Card card ) : void
card Card
return void

CardIsBeingRemoved() public method

public CardIsBeingRemoved ( Card card ) : void
card Card
return void

GetCardConnectedToSystem() public method

public GetCardConnectedToSystem ( List &potentiallyConnectedCards ) : Card
potentiallyConnectedCards List
return Card