UserUnitProviderAdd(UserUnitProviderUnitSearchType, UserUnitInfo) Method

Add user unit to unit provider, with the given search type

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected void Add(
	UserUnitProviderUnitSearchType type,
	UserUnitInfo userUnitInfo
)

Parameters

type  UserUnitProviderUnitSearchType

[Missing <param name="type"/> documentation for "M:DHI.Mike1D.Generic.UserUnitProvider.Add(DHI.Mike1D.Generic.UserUnitProvider.UnitSearchType,DHI.Mike1D.Generic.UserUnitInfo)"]

userUnitInfo  UserUnitInfo

[Missing <param name="userUnitInfo"/> documentation for "M:DHI.Mike1D.Generic.UserUnitProvider.Add(DHI.Mike1D.Generic.UserUnitProvider.UnitSearchType,DHI.Mike1D.Generic.UserUnitInfo)"]

See Also