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

상속: ViewModelBase, IDataErrorInfo
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
SingleRecipeItemViewModel ( ) : System.ComponentModel
SingleRecipeItemViewModel ( RecipeItem editRecipeItem ) : System.ComponentModel
UnderlayingObject ( ) : RecipeItem
this ( string propertyName ) : string

메소드 상세

SingleRecipeItemViewModel() 공개 메소드

public SingleRecipeItemViewModel ( ) : System.ComponentModel
리턴 System.ComponentModel

SingleRecipeItemViewModel() 공개 메소드

public SingleRecipeItemViewModel ( RecipeItem editRecipeItem ) : System.ComponentModel
editRecipeItem Godot.IcsModel.Entities.RecipeItem
리턴 System.ComponentModel

UnderlayingObject() 공개 메소드

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

this() 공개 메소드

public this ( string propertyName ) : string
propertyName string
리턴 string