C# 클래스 FlatRedBall.Glue.Controls.ProjectSync.BuildItemViewModel

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
CleanSelf ( ) : bool

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

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

메소드 상세

CleanSelf() 공개 메소드

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

IsOrphaned() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string