C# Class FlatRedBall.Glue.Controls.ProjectSync.BuildItemViewModel

Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
CleanSelf ( ) : bool

Removes the build item from the owner ProjectBase if it is an orphan.

IsOrphaned ( ProjectItem buildItem, ProjectBase owner ) : bool
ToString ( ) : string

Method Details

CleanSelf() public method

Removes the build item from the owner ProjectBase if it is an orphan.
public CleanSelf ( ) : bool
return bool

IsOrphaned() public static method

public static IsOrphaned ( ProjectItem buildItem, ProjectBase owner ) : bool
buildItem ProjectItem
owner ProjectBase
return bool

ToString() public method

public ToString ( ) : string
return string