C# Class XapEditor.Xap

显示文件 Open project: net-shell/quantum-vaginer Class Usage Examples

Public Properties

Property Type Description
List List
Meta string>.Dictionary
Source string

Public Methods

Method Description
GetIcon ( ) : string
GetMetadata ( ) : void
Open ( ) : void
Pack ( string fp ) : void
RefreshList ( ) : void
Xap ( string file ) : System
populateList ( XapEntry entry ) : void

Method Details

GetIcon() public method

public GetIcon ( ) : string
return string

GetMetadata() public method

public GetMetadata ( ) : void
return void

Open() public method

public Open ( ) : void
return void

Pack() public method

public Pack ( string fp ) : void
fp string
return void

RefreshList() public method

public RefreshList ( ) : void
return void

Xap() public method

public Xap ( string file ) : System
file string
return System

populateList() public method

public populateList ( XapEntry entry ) : void
entry XapEntry
return void

Property Details

List public_oe property

public List List
return List

Meta public_oe property

public Dictionary Meta
return string>.Dictionary

Source public_oe property

public string Source
return string