virtualSoC  0.6.2
baskett
Vcsos.Komponent.vmKomponente Class Reference
+ Inheritance diagram for Vcsos.Komponent.vmKomponente:

Public Member Functions

 vmKomponente (string name, string autor)
 

Properties

string Name [get]
 
string Author [get]
 

Detailed Description

Constructor & Destructor Documentation

◆ vmKomponente()

Vcsos.Komponent.vmKomponente.vmKomponente ( string  name,
string  autor 
)
22  {
23  this.Name = name;
24  this.Author = autor;
25  }
string Author
Definition: IVMKomponente.cs:19
string Name
Definition: IVMKomponente.cs:18

Property Documentation

◆ Author

string Vcsos.Komponent.vmKomponente.Author
get

◆ Name

string Vcsos.Komponent.vmKomponente.Name
get

The documentation for this class was generated from the following file: