Click or drag to resize

AbstractSourceBoundaryPrepareComponents Method

Prepare AD components. Called as part of Prepare(DateTime, DateTime, IDiagnostics).

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected static void PrepareComponents(
	DateTime simStart,
	DateTime simEnd,
	IDiagnostics diagnostics,
	IList<BoundarySourceComponent> components
)

Parameters

simStart
Type: SystemDateTime

[Missing <param name="simStart"/> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractSourceBoundary.PrepareComponents(System.DateTime,System.DateTime,DHI.Mike1D.Generic.IDiagnostics,System.Collections.Generic.IList{DHI.Mike1D.BoundaryModule.BoundarySourceComponent})"]

simEnd
Type: SystemDateTime

[Missing <param name="simEnd"/> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractSourceBoundary.PrepareComponents(System.DateTime,System.DateTime,DHI.Mike1D.Generic.IDiagnostics,System.Collections.Generic.IList{DHI.Mike1D.BoundaryModule.BoundarySourceComponent})"]

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractSourceBoundary.PrepareComponents(System.DateTime,System.DateTime,DHI.Mike1D.Generic.IDiagnostics,System.Collections.Generic.IList{DHI.Mike1D.BoundaryModule.BoundarySourceComponent})"]

components
Type: System.Collections.GenericIListBoundarySourceComponent

[Missing <param name="components"/> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractSourceBoundary.PrepareComponents(System.DateTime,System.DateTime,DHI.Mike1D.Generic.IDiagnostics,System.Collections.Generic.IList{DHI.Mike1D.BoundaryModule.BoundarySourceComponent})"]

See Also