C# Class CyPhyComponentExporter.CyPhyComponentExporterInterpreter.ComponentIndex

Exibir arquivo Open project: metamorph-inc/meta-core

Public Methods

Method Description
AddMember ( String Name, String AVMID, String InstanceID, String ModelPath, String Classification ) : void
ComponentIndex ( ) : System
Serialize ( ) : string
SerializeToFile ( String path ) : void

Method Details

AddMember() public method

public AddMember ( String Name, String AVMID, String InstanceID, String ModelPath, String Classification ) : void
Name String
AVMID String
InstanceID String
ModelPath String
Classification String
return void

ComponentIndex() public method

public ComponentIndex ( ) : System
return System

Serialize() public method

public Serialize ( ) : string
return string

SerializeToFile() public method

public SerializeToFile ( String path ) : void
path String
return void