C# Class Esmf.Model.Variable

Afficher le fichier Open project: fund-model/fund Class Usage Examples

Méthodes publiques

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

public Force ( string componentName ) : void
componentName string
Résultat void

Force() public méthode

public Force ( string componentName, string variableName ) : void
componentName string
variableName string
Résultat void

ForceFromFile() public méthode

public ForceFromFile ( string parametername = null ) : void
parametername string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Variable() public méthode

public Variable ( string name, Type dimensionTypes, Type dataType ) : System
name string
dimensionTypes System.Type
dataType System.Type
Résultat System