C# Class Runt.Core.Model.Tab

Afficher le fichier Open project: Runt-Editor/Runt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AsActive() public méthode

public AsActive ( bool active, Newtonsoft.Json.Linq.JObject change ) : Tab
active bool
change Newtonsoft.Json.Linq.JObject
Résultat Tab

AsDirty() public méthode

public AsDirty ( bool dirty, Newtonsoft.Json.Linq.JObject change ) : Tab
dirty bool
change Newtonsoft.Json.Linq.JObject
Résultat Tab

Tab() public méthode

public Tab ( string contentId, string name, string tooltip, bool dirty, bool active ) : Newtonsoft.Json
contentId string
name string
tooltip string
dirty bool
active bool
Résultat Newtonsoft.Json