C# Class CyPhyComponentExporter.CyPhyComponentExporterInterpreter.ComponentIndex

Afficher le fichier Open project: metamorph-inc/meta-core

Méthodes publiques

Méthode 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 méthode

public AddMember ( String Name, String AVMID, String InstanceID, String ModelPath, String Classification ) : void
Name String
AVMID String
InstanceID String
ModelPath String
Classification String
Résultat void

ComponentIndex() public méthode

public ComponentIndex ( ) : System
Résultat System

Serialize() public méthode

public Serialize ( ) : string
Résultat string

SerializeToFile() public méthode

public SerializeToFile ( String path ) : void
path String
Résultat void