C# 클래스 Runt.Core.Model.Tab

파일 보기 프로젝트 열기: Runt-Editor/Runt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AsActive ( bool active, Newtonsoft.Json.Linq.JObject change ) : Tab
AsDirty ( bool dirty, Newtonsoft.Json.Linq.JObject change ) : Tab
Tab ( string contentId, string name, string tooltip, bool dirty, bool active ) : Newtonsoft.Json

메소드 상세

AsActive() 공개 메소드

public AsActive ( bool active, Newtonsoft.Json.Linq.JObject change ) : Tab
active bool
change Newtonsoft.Json.Linq.JObject
리턴 Tab

AsDirty() 공개 메소드

public AsDirty ( bool dirty, Newtonsoft.Json.Linq.JObject change ) : Tab
dirty bool
change Newtonsoft.Json.Linq.JObject
리턴 Tab

Tab() 공개 메소드

public Tab ( string contentId, string name, string tooltip, bool dirty, bool active ) : Newtonsoft.Json
contentId string
name string
tooltip string
dirty bool
active bool
리턴 Newtonsoft.Json