C# Class Invert.Core.GraphDesigner.DataBag

Inheritance: IJsonObject
Show file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
AddOrReplace ( string key, string value ) : void
Deserialize ( JSONClass cls ) : void
Serialize ( JSONClass cls ) : void
this ( string key ) : string

Method Details

AddOrReplace() public method

public AddOrReplace ( string key, string value ) : void
key string
value string
return void

Deserialize() public method

public Deserialize ( JSONClass cls ) : void
cls JSONClass
return void

Serialize() public method

public Serialize ( JSONClass cls ) : void
cls JSONClass
return void

this() public method

public this ( string key ) : string
key string
return string