C# Class Esmf.ComponentStructure.StateStructure

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

Private Properties

Property Type Description
CurrentDomain_AssemblyResolve System.Reflection.Assembly
GenerateCodeForIStateObjectConnection void
GenerateCodeForIStateObjectConnectionAddDimensionalField void
GenerateCodeForIStateObjectConnectionAddNonDimensionalFieldGetterAndSetter void
GenerateCodeForIStateObjectConnectionAddNonDimensionalFieldGetterOnly void
StateStructure System

Public Methods

Method Description
ConnectToState ( ModelOutput mf, string componentName ) : object
GetProxyTypeForStateInterface ( ) : Type
LoadFromInterface ( Type type ) : StateStructure

Private Methods

Method Description
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
GenerateCodeForIStateObjectConnection ( CodeTypeDeclaration ctd ) : void
GenerateCodeForIStateObjectConnectionAddDimensionalField ( CodeTypeDeclaration ctd ) : void
GenerateCodeForIStateObjectConnectionAddNonDimensionalFieldGetterAndSetter ( CodeTypeDeclaration ctd ) : void
GenerateCodeForIStateObjectConnectionAddNonDimensionalFieldGetterOnly ( CodeTypeDeclaration ctd ) : void
StateStructure ( Type type ) : System

Method Details

ConnectToState() public method

public ConnectToState ( ModelOutput mf, string componentName ) : object
mf ModelOutput
componentName string
return object

GetProxyTypeForStateInterface() public method

public GetProxyTypeForStateInterface ( ) : Type
return System.Type

LoadFromInterface() public static method

public static LoadFromInterface ( Type type ) : StateStructure
type System.Type
return StateStructure