C# Class FlatRedBallProfiler.ViewModels.EntityViewModel

Inheritance: ViewModel
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Add ( FlatRedBall.PositionedObject objectToAdd ) : void
Clear ( ) : void
EntityViewModel ( ) : System
GetStrings ( ) : IEnumerable
Refresh ( ) : void

Method Details

Add() public method

public Add ( FlatRedBall.PositionedObject objectToAdd ) : void
objectToAdd FlatRedBall.PositionedObject
return void

Clear() public method

public Clear ( ) : void
return void

EntityViewModel() public method

public EntityViewModel ( ) : System
return System

GetStrings() public method

public GetStrings ( ) : IEnumerable
return IEnumerable

Refresh() public method

public Refresh ( ) : void
return void