BoundaryItemSWQ Class

SWQ boundary item implementation, placeholder for the SWQId and not a "real" IBoundaryItem.

Only applicable for component items of a CatchmentComponentSourceBoundary. Requires that the SWQId is present in the RainfallRunoffData.Pollutants.

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class BoundaryItemSWQ : IBoundaryItem
Inheritance
Object    BoundaryItemSWQ
Implements
IBoundaryItem

Constructors

BoundaryItemSWQInitializes a new instance of the BoundaryItemSWQ class

Properties

SWQId Id of the SWQ model parameters

Methods

Create BoundaryItemConstant factory, creates and returns a new object.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Validate Validate this

Extension Methods

See Also