C# Class Esmf.Model.Variable

Datei anzeigen Open project: fund-model/fund Class Usage Examples

Public Methods

Method Description
Force ( string componentName ) : void
Force ( string componentName, string variableName ) : void
ForceFromFile ( string parametername = null ) : void
ToString ( ) : string
Variable ( string name, Type dimensionTypes, Type dataType ) : System

Method Details

Force() public method

public Force ( string componentName ) : void
componentName string
return void

Force() public method

public Force ( string componentName, string variableName ) : void
componentName string
variableName string
return void

ForceFromFile() public method

public ForceFromFile ( string parametername = null ) : void
parametername string
return void

ToString() public method

public ToString ( ) : string
return string

Variable() public method

public Variable ( string name, Type dimensionTypes, Type dataType ) : System
name string
dimensionTypes System.Type
dataType System.Type
return System