C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.ModelManager

Show file Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
AddModel ( IMarkable markable ) : void
FindModel ( int id ) : IMarkable
ModelManager ( ) : System
RemoveModel ( IMarkable markable ) : void
SwapItem ( IMarkable insertItem, IMarkable targetItem ) : void

Protected Methods

Method Description
GetUniqueId ( ) : int

Method Details

AddModel() public method

public AddModel ( IMarkable markable ) : void
markable IMarkable
return void

FindModel() public method

public FindModel ( int id ) : IMarkable
id int
return IMarkable

GetUniqueId() protected method

protected GetUniqueId ( ) : int
return int

ModelManager() public method

public ModelManager ( ) : System
return System

RemoveModel() public method

public RemoveModel ( IMarkable markable ) : void
markable IMarkable
return void

SwapItem() public method

public SwapItem ( IMarkable insertItem, IMarkable targetItem ) : void
insertItem IMarkable
targetItem IMarkable
return void