C# Class WF.Compiler.Cartridge

显示文件 Open project: WFoundation/WF.Compiler Class Usage Examples

Public Properties

Property Type Description
Activity string
Altitude double
Author string
BuilderVersion string
Characters List
Chunk byte[]
Company string
Complete bool
CountryId string
CreateDate string
Description string
Icon int
Id string
Inputs List
Items List
LastPlayedDate string
Latitude double
Longitude double
LuaCode string
LuaFileName string
Medias List
Name string
Poster int
PublishDate string
StartingLocation string
StartingLocationDescription string
StateId string
TargetDevice string
TargetDeviceVersion string
Timers List
UpdateDate string
UseLogging bool
Variable string
Version string
Visible bool
Zones List

Public Methods

Method Description
Cartridge ( ) : System

Method Details

Cartridge() public method

public Cartridge ( ) : System
return System

Property Details

Activity public_oe property

public string Activity
return string

Altitude public_oe property

public double Altitude
return double

Author public_oe property

public string Author
return string

BuilderVersion public_oe property

public string BuilderVersion
return string

Characters public_oe property

public List Characters
return List

Chunk public_oe property

public byte[] Chunk
return byte[]

Company public_oe property

public string Company
return string

Complete public_oe property

public bool Complete
return bool

CountryId public_oe property

public string CountryId
return string

CreateDate public_oe property

public string CreateDate
return string

Description public_oe property

public string Description
return string

Icon public_oe property

public int Icon
return int

Id public_oe property

public string Id
return string

Inputs public_oe property

public List Inputs
return List

Items public_oe property

public List Items
return List

LastPlayedDate public_oe property

public string LastPlayedDate
return string

Latitude public_oe property

public double Latitude
return double

Longitude public_oe property

public double Longitude
return double

LuaCode public_oe property

public string LuaCode
return string

LuaFileName public_oe property

public string LuaFileName
return string

Medias public_oe property

public List Medias
return List

Name public_oe property

public string Name
return string

Poster public_oe property

public int Poster
return int

PublishDate public_oe property

public string PublishDate
return string

StartingLocation public_oe property

public string StartingLocation
return string

StartingLocationDescription public_oe property

public string StartingLocationDescription
return string

StateId public_oe property

public string StateId
return string

TargetDevice public_oe property

public string TargetDevice
return string

TargetDeviceVersion public_oe property

public string TargetDeviceVersion
return string

Timers public_oe property

public List Timers
return List

UpdateDate public_oe property

public string UpdateDate
return string

UseLogging public_oe property

public bool UseLogging
return bool

Variable public_oe property

public string Variable
return string

Version public_oe property

public string Version
return string

Visible public_oe property

public bool Visible
return bool

Zones public_oe property

public List Zones
return List