C# Class Aura.Channel.Scripting.Scripts.WUUpgrades

Upgrade information that are combined in one meta data string called "WU".
显示文件 Open project: aura-project/aura Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
WUUpgrades ( ) : System

Creates new, nulled instance.

WUUpgrades ( string val ) : System

Creates new instance, parsing the given value.

Private Methods

Method Description
ParseValue ( string val ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

WUUpgrades() public method

Creates new, nulled instance.
public WUUpgrades ( ) : System
return System

WUUpgrades() public method

Creates new instance, parsing the given value.
public WUUpgrades ( string val ) : System
val string
return System