C# 클래스 Godot.IcsEditor.Ui.ViewModel.SingleRecipeViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Slesa/Playground 1 사용 예제들

공개 메소드들

메소드 설명
ExchangeData ( Recipe recipe ) : void
SingleRecipeViewModel ( Recipe recipe ) : System.Linq
UnderlayingObject ( ) : Recipe

메소드 상세

ExchangeData() 공개 메소드

public ExchangeData ( Recipe recipe ) : void
recipe Godot.IcsModel.Entities.Recipe
리턴 void

SingleRecipeViewModel() 공개 메소드

public SingleRecipeViewModel ( Recipe recipe ) : System.Linq
recipe Godot.IcsModel.Entities.Recipe
리턴 System.Linq

UnderlayingObject() 공개 메소드

public UnderlayingObject ( ) : Recipe
리턴 Godot.IcsModel.Entities.Recipe