C# Class Esmf.Parameter

Datei anzeigen Open project: fund-model/fund

Public Methods

Method Description
GetAllElements ( ) : IEnumerable
Save ( string filename, string comment = null ) : void

Protected Methods

Method Description
Parameter ( string name, int id ) : System

Method Details

GetAllElements() public abstract method

public abstract GetAllElements ( ) : IEnumerable
return IEnumerable

Parameter() protected method

protected Parameter ( string name, int id ) : System
name string
id int
return System

Save() public abstract method

public abstract Save ( string filename, string comment = null ) : void
filename string
comment string
return void